|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Integer |
getExpirationCacheSeconds()
Retrieves the cache expiration duration (in seconds) for cached values. |
java.lang.String |
getProducerId()
Retrieves the identifier for the producer this consumer is associated with. |
ProducerSessionInformation |
getProducerSessionInformationFrom(javax.servlet.http.HttpSession session)
Retrieves the session information for the producer associated with this consumer. |
ProducerSessionInformation |
getProducerSessionInformationFrom(PortletInvocation invocation)
Retrieves the session information for the producer associated with this consumer. |
RegistrationData |
getRegistrationData()
Retrieves the registration data used to register this consumer with the associated producer |
ServiceFactory |
getServiceFactory()
Retrieves the ServiceFactory this Consumer will use to access the associated Producer's services. |
void |
setExpirationCacheSeconds(java.lang.Integer expirationCacheSeconds)
Sets the cache expiration duration (in seconds) for cached values. |
void |
setProducerId(java.lang.String id)
Sets the identifier for the producer this consumer is associated with. |
void |
setRegistrationData(RegistrationData registrationData)
Sets the registration data used to register this consumer with the associated producer |
void |
setServiceFactory(ServiceFactory serviceFactory)
Sets the ServiceFactory this Consumer will use to access the associated Producer's services. |
Methods inherited from interface org.jboss.portal.portlet.PortletInvoker |
createClone, destroyClones, getPortlet, getPortlets, getProperties, getProperties, invoke, setProperties |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public void setProducerId(java.lang.String id)
id
- the identifier of the associated producerpublic java.lang.String getProducerId()
public void setServiceFactory(ServiceFactory serviceFactory)
serviceFactory
- the ServiceFactory this Consumer will use to access the associated Producer's services.public ServiceFactory getServiceFactory()
public void setExpirationCacheSeconds(java.lang.Integer expirationCacheSeconds)
expirationCacheSeconds
- the cache expiration duration (in seconds)public java.lang.Integer getExpirationCacheSeconds()
public void setRegistrationData(RegistrationData registrationData)
registrationData
- the registration data used to register this consumer with the associated producerpublic RegistrationData getRegistrationData()
public ProducerSessionInformation getProducerSessionInformationFrom(PortletInvocation invocation)
invocation
- a portlet invocation from which the session information should be extracted.
ProducerSessionInformation
public ProducerSessionInformation getProducerSessionInformationFrom(javax.servlet.http.HttpSession session)
session
- the session from the information should be extracted.
ProducerSessionInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |