org.jboss.aspects.remoting
Class FamilyWrapper

java.lang.Object
  extended by 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

Constructor Summary
FamilyWrapper()
           
FamilyWrapper(String proxyFamilyName, List targets)
           
 
Method Summary
 FamilyClusterInfo get()
           
 void readExternal(ObjectInput in)
          Un-externalize this instance.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyWrapper

public FamilyWrapper()

FamilyWrapper

public FamilyWrapper(String proxyFamilyName,
                     List targets)
Method Detail

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.