| |
|
| org.jboss.portal.wsrp.WSRPProducer
All known Subclasses: org.jboss.portal.wsrp.producer.WSRPProducerImpl,
DEFAULT_SESSION_EXPIRATION_TIME | int DEFAULT_SESSION_EXPIRATION_TIME(Code) | | The default session expiration time in mili seconds.
|
INFINITE_SESSION_EXPIRATION_TIME | int INFINITE_SESSION_EXPIRATION_TIME(Code) | | The value used to specify that a session will never expire.
|
getRequiresInitCookie | CookieProtocol getRequiresInitCookie()(Code) | | Indicates whether or not the Producer requires the Consumer to assist with cookie support of the HTTP protocol.
Supported values and semantics:
the level of cookie support required from the Consumer |
getSessionExpirationTime | int getSessionExpirationTime()(Code) | | Maximum number of seconds between invocations referencing a session ID before this Producer will schedule
releasing the related resources.
WSRPProducer.INFINITE_SESSION_EXPIRATION_TIME indicates that the sessionID will never
expire.
the expiration time (in seconds) of session associated resources |
setProducerConfiguration | void setProducerConfiguration(ProducerConfiguration producerConfiguration)(Code) | | Parameters: producerConfiguration - since: 2.6 |
setSessionExpirationTime | void setSessionExpirationTime(int sessionExpirationTime)(Code) | | Sets the expiration time (in seconds) of session associated resources.
Parameters: sessionExpirationTime - the maximum number of seconds between invocations referencing a session ID beforethis Producer will schedule releasing the related resources. If WSRPProducer.INFINITE_SESSION_EXPIRATION_TIME is passed, then the session will never expire. |
|
|
|