lumis.portlet.container.service
Class PortletService

Package class diagram package PortletService
java.lang.Object
  extended by lumis.portal.service.GenericService
      extended by lumis.portlet.container.service.PortletService
All Implemented Interfaces:
IService

public class PortletService
extends GenericService

A service that allows the use of JSR-168 portlets as its interfaces.

Since:
4.0.7
See Also:
PortletServiceInterface

Field Summary
 
Fields inherited from class lumis.portal.service.GenericService
serviceConfig
 
Constructor Summary
PortletService()
           
 
Method Summary
 void postUnregister(SessionConfig sessionConfig, ITransaction transaction)
          Called by the service manager after a service has been unregistered.
 
Methods inherited from class lumis.portal.service.GenericService
autoAddDependencies, getResourceClassName, instanceAdded, instanceDeleted, instanceDeserialized, instanceDeserialized, instanceLoaded, instanceSerialized, instanceSerialized, instanceUnloaded, load, postRegister, preRegister, preUnregister, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletService

public PortletService()
Method Detail

postUnregister

public void postUnregister(SessionConfig sessionConfig,
                           ITransaction transaction)
                    throws PortalException
Description copied from interface: IService
Called by the service manager after a service has been unregistered.

Specified by:
postUnregister in interface IService
Overrides:
postUnregister in class GenericService
Parameters:
sessionConfig - the user session information.
transaction - transaction for persistence access.
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.