org.exoplatform.services.wsrp.producer.impl.helpers
Class ConsumerContext

java.lang.Object
  extended by org.exoplatform.services.wsrp.producer.impl.helpers.ConsumerContext
All Implemented Interfaces:
java.io.Serializable

public class ConsumerContext
extends java.lang.Object
implements java.io.Serializable

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
ConsumerContext(java.lang.String registrationHandle, RegistrationData datas)
           
 
Method Summary
 void addPortletHandle(java.lang.String portletHandle)
           
 RegistrationData getRegistationData()
           
 java.lang.String getRegistrationHandle()
           
 boolean isPortletHandleRegistered(java.lang.String portletHandle)
           
 void removePortletHandle(java.lang.String portletHandle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerContext

public ConsumerContext(java.lang.String registrationHandle,
                       RegistrationData datas)
Method Detail

addPortletHandle

public void addPortletHandle(java.lang.String portletHandle)

removePortletHandle

public void removePortletHandle(java.lang.String portletHandle)

getRegistrationHandle

public java.lang.String getRegistrationHandle()

getRegistationData

public RegistrationData getRegistationData()

isPortletHandleRegistered

public boolean isPortletHandleRegistered(java.lang.String portletHandle)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.