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

SessionConfigPlugin - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.portlet.plugins.session
Class SessionConfigPlugin

java.lang.Object
  extended byorg.jboss.portal.portlet.plugins.session.SessionConfigPlugin
All Implemented Interfaces:
AdapterPlugin, Plugin, SessionConfig

public class SessionConfigPlugin
extends java.lang.Object
implements SessionConfig, AdapterPlugin


Constructor Summary
SessionConfigPlugin()
           
 
Method Summary
 void destroy()
           
 java.lang.Class getAdaptedClass()
          Return the classname adapted by the adapter.
 java.lang.Object getAdapter()
          Return the adapter instance.
 void init(PluginContext pluginContext)
           
 boolean isDistributed()
          Return true if the session should be replicated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionConfigPlugin

public SessionConfigPlugin()
Method Detail

isDistributed

public boolean isDistributed()
Description copied from interface: SessionConfig
Return true if the session should be replicated.

Specified by:
isDistributed in interface SessionConfig

getAdaptedClass

public java.lang.Class getAdaptedClass()
Description copied from interface: AdapterPlugin
Return the classname adapted by the adapter.

Specified by:
getAdaptedClass in interface AdapterPlugin

getAdapter

public java.lang.Object getAdapter()
Description copied from interface: AdapterPlugin
Return the adapter instance.

Specified by:
getAdapter in interface AdapterPlugin

init

public void init(PluginContext pluginContext)
Specified by:
init in interface Plugin
Parameters:
pluginContext -

destroy

public void destroy()
Specified by:
destroy in interface Plugin