jGCS Documentation

net.sf.jgcs.utils
Class AbstractMarshallableSocketAddress

java.lang.Object
  extended by net.sf.jgcs.utils.AbstractMarshallableSocketAddress
All Implemented Interfaces:
Marshallable

public abstract class AbstractMarshallableSocketAddress
extends java.lang.Object
implements Marshallable


Constructor Summary
AbstractMarshallableSocketAddress()
           
 
Method Summary
 byte[] getBytes(java.net.SocketAddress addr)
           
 java.net.SocketAddress getSocketAddress(byte[] buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jgcs.utils.Marshallable
getBytes, getMembershipID
 

Constructor Detail

AbstractMarshallableSocketAddress

public AbstractMarshallableSocketAddress()
Method Detail

getSocketAddress

public java.net.SocketAddress getSocketAddress(byte[] buffer)
                                        throws JGCSException
Specified by:
getSocketAddress in interface Marshallable
Throws:
JGCSException

getBytes

public byte[] getBytes(java.net.SocketAddress addr)
                throws JGCSException
Specified by:
getBytes in interface Marshallable
Throws:
JGCSException

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page