IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.cache.webservices
Interface JAXRPCEntryInfo

All Superinterfaces:
EntryInfo

public interface JAXRPCEntryInfo
extends EntryInfo

JAXRPCEntryInfo extends the EntryInfo interface to allow additional variables unique to JAX-RPC Caching. Currently, there is no additional variables for this release. It is designed to allow future expansion.

JAXRPCEntryInfo objects are attached to each cache entry. MetaDataGenerator uses this interface to define the caching metadata for an entry.

The following is a summary of the caching metadata for a CacheEntry:


Field Summary
 
Fields inherited from interface com.ibm.websphere.cache.EntryInfo
NOT_SHARED, SHARED_PULL, SHARED_PUSH, SHARED_PUSH_PULL
 
Method Summary
 
Methods inherited from interface com.ibm.websphere.cache.EntryInfo
addAlias, addDataId, addTemplate, getAliasList, getCacheType, getDataIds, getExpirationTime, getId, getIdObject, getInactivity, getPersistToDisk, getPriority, getSharingPolicy, getTemplate, getTemplates, getTimeLimit, getUserMetaData, getValidatorExpirationTime, isBatchEnabled, isNotShared, isSharedPull, isSharedPush, setBatchEnabled, setExpirationTime, setId, setInactivity, setPersistToDisk, setPriority, setSharingPolicy, setTimeLimit, setUserMetaData
 


IBM WebSphere Application ServerTM
Release 8