|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.server.actions.impl.HandlerContext
public class HandlerContext
Constructor Summary | |
---|---|
HandlerContext()
|
Method Summary | |
---|---|
AgreementFactoryContext |
getFactoryContext()
This is the shared context of the agreement factory. |
ImplementationConfigurationType |
getHandlerConfiguration()
This is the configuration of the handler instance. |
WsagSession |
getSession()
Returns the current WSAG4J session object when used, otherwise null. |
void |
setFactoryContext(AgreementFactoryContext context)
|
void |
setHandlerConfiguration(ImplementationConfigurationType config)
|
void |
setSession(WsagSession session)
Sets the WSAG4J session object when available, otherwise null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerContext()
Method Detail |
---|
public AgreementFactoryContext getFactoryContext()
getFactoryContext
in interface IActionHandlerContext
IActionHandlerContext.getFactoryContext()
public void setFactoryContext(AgreementFactoryContext context)
context
- sets the agreement factory contextpublic void setHandlerConfiguration(ImplementationConfigurationType config)
config
- sets the configuration for this particular handlerpublic ImplementationConfigurationType getHandlerConfiguration()
getHandlerConfiguration
in interface IActionHandlerContext
IActionHandlerContext.getHandlerConfiguration()
public WsagSession getSession()
getSession
in interface IActionHandlerContext
public void setSession(WsagSession session)
setSession
in interface IActionHandlerContext
session
- the session object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |