org.jboss.aspects.remoting
Class FamilyWrapper
java.lang.Object
org.jboss.aspects.remoting.FamilyWrapper
- All Implemented Interfaces:
- Externalizable, Serializable
public class FamilyWrapper
- extends Object
- implements Externalizable
Handles serialization of a FamilyClusterInfo
.
- Version:
- $Revision: 67102 $
- 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 |
FamilyWrapper
public FamilyWrapper()
FamilyWrapper
public FamilyWrapper(String proxyFamilyName,
List targets)
get
public FamilyClusterInfo get()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Un-externalize this instance.
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.