jGCS Documentation

net.sf.jgcs.utils
Interface Marshallable

All Known Implementing Classes:
AbstractMarshallableSocketAddress

public interface Marshallable


Method Summary
 byte[] getBytes(MembershipID id)
           
 byte[] getBytes(java.net.SocketAddress addr)
           
 MembershipID getMembershipID(byte[] buffer)
           
 java.net.SocketAddress getSocketAddress(byte[] buffer)
           
 

Method Detail

getMembershipID

MembershipID getMembershipID(byte[] buffer)
                             throws JGCSException
Throws:
JGCSException

getBytes

byte[] getBytes(MembershipID id)
                throws JGCSException
Throws:
JGCSException

getSocketAddress

java.net.SocketAddress getSocketAddress(byte[] buffer)
                                        throws JGCSException
Throws:
JGCSException

getBytes

byte[] getBytes(java.net.SocketAddress addr)
                throws JGCSException
Throws:
JGCSException

jGCS Documentation

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