站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

State - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.state.producer
Interface State

All Known Implementing Classes:
PersistentState, StateSupport

public interface State


Method Summary
 java.lang.String getId()
          Return the state id.
 java.lang.String getPortletId()
          Return the portlet id this state refers to.
 ValueMap getProperties()
          The state properties.
 java.util.Date getTerminationTime()
          The scheduled termination time.
 void setTerminationTime(java.util.Date terminationTime)
          Set the termination time value.
 

Method Detail

getId

public java.lang.String getId()
Return the state id.

Returns:
the state id

getPortletId

public java.lang.String getPortletId()
Return the portlet id this state refers to.

Returns:
the portlet id

getProperties

public ValueMap getProperties()
The state properties.

Returns:
the state properties

getTerminationTime

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

Returns:
the termination time

setTerminationTime

public void setTerminationTime(java.util.Date terminationTime)
Set the termination time value.