|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoolbox.oracle.siebel.session.services.SiebelSessionTokenServiceEnvironment
public class SiebelSessionTokenServiceEnvironment
ServiceEnvironment implementation to provide access to a
toolbox.oracle.siebel.session.SessionTokenManager
instance.
Constructor Summary | |
---|---|
SiebelSessionTokenServiceEnvironment()
Default constructor. |
Method Summary | |
---|---|
void |
create(java.lang.String name,
java.lang.String config)
Create and set the SessionTokenManager for this environment. |
void |
destroy()
Destroy this environment by destroying the member DaoManager. |
java.lang.String |
getName()
Return the name of this environment. |
SessionTokenManager |
getSessionTokenManager()
Return the member SessionTokenManager instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiebelSessionTokenServiceEnvironment()
Method Detail |
---|
public void create(java.lang.String name, java.lang.String config) throws toolbox.services.ServiceException
SessionTokenManager
for this environment.
create
in interface toolbox.services.ServiceEnvironment
name
- The name of the environment.config
- The location of the environment configuration.
toolbox.services.ServiceException
- if the environment cannot be initialised.public java.lang.String getName()
getName
in interface toolbox.services.ServiceEnvironment
public SessionTokenManager getSessionTokenManager()
public void destroy() throws toolbox.services.ServiceException
destroy
in interface toolbox.services.ServiceEnvironment
toolbox.services.ServiceException
- if this environment cannot be destroyed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |