+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.cor.service
Interface StateManagerServiceHome

public interface StateManagerServiceHome

Creates a StateManagerService based on the COR Context.

Since:
6.1.0.1

Field Summary
static java.lang.String JNDI_NAME
           
 
Method Summary
 StateManagerService getStateManagerService(Context aCtx)
          Accesses the state manager service based on the COR context
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
Since:
6.1.0.1
See Also:
Constant Field Values
Method Detail

getStateManagerService

StateManagerService getStateManagerService(Context aCtx)
                                           throws StateManagerException
Accesses the state manager service based on the COR context

Parameters:
aCtx - the context, not null
Returns:
the service
Throws:
StateManagerException
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD