org.jboss.portal.portlet.state.consumer
Class ConsumerState

java.lang.Object
  extended by org.jboss.portal.portlet.state.consumer.ConsumerState
Direct Known Subclasses:
ConsumerStateContext

public class ConsumerState
extends java.lang.Object

Version:
$Revision: 5776 $
Author:
Julien Viet

Constructor Summary
ConsumerState(java.lang.String porteltId, byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getPortletId()
           
 java.util.Date getTerminationTime()
          The scheduled termination time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerState

public ConsumerState(java.lang.String porteltId,
                     byte[] bytes)
Method Detail

getPortletId

public java.lang.String getPortletId()

getBytes

public byte[] getBytes()

getTerminationTime

public java.util.Date getTerminationTime()
The scheduled termination time.

Returns:
the termination time