当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
CollectionStateManager (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.versioned
Class CollectionStateManager
java.lang.Object
org.jboss.aspects.versioned.StateManager
org.jboss.aspects.versioned.CollectionStateManager
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- DistributedListState, DistributedMapState, DistributedSetState
- public abstract class CollectionStateManager
- extends StateManager
- implements Externalizable
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodMap
protected HashMap methodMap
CollectionStateManager
protected CollectionStateManager()
CollectionStateManager
protected CollectionStateManager(org.jboss.util.id.GUID guid,
long timeout,
HashMap methodMap)
getMethodMap
public abstract HashMap getMethodMap()
isManagerMethod
public Method isManagerMethod(Method method)
isManagerMethod
public Method isManagerMethod(long hash)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class StateManager
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class StateManager
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.