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

CacheConfigPlugin - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.plugins.cache
Class CacheConfigPlugin

java.lang.Object
  extended byorg.jboss.portal.server.plugins.cache.CacheConfigPlugin
All Implemented Interfaces:
AdapterPlugin, CacheConfig, Plugin

public class CacheConfigPlugin
extends java.lang.Object
implements CacheConfig, AdapterPlugin


Field Summary
 
Fields inherited from interface org.jboss.portal.server.plugins.cache.CacheConfig
REF_SOFT, REF_STRONG
 
Constructor Summary
CacheConfigPlugin()
           
 
Method Summary
 void destroy()
           
 java.lang.Class getAdaptedClass()
          Return the classname adapted by the adapter.
 java.lang.Object getAdapter()
          Return the adapter instance.
 int getExpirationTimeMillis()
           
 java.lang.Integer getReferenceType()
           
 void init(PluginContext pluginContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheConfigPlugin

public CacheConfigPlugin()
Method Detail

getExpirationTimeMillis

public int getExpirationTimeMillis()
Specified by:
getExpirationTimeMillis in interface CacheConfig

getReferenceType

public java.lang.Integer getReferenceType()
Specified by:
getReferenceType in interface CacheConfig

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