org.exolab.core.messenger
Class SystemPacketChannel.OpenResponse

java.lang.Object
  extended byorg.exolab.core.messenger.SystemPacketChannel.OpenResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
org.exolab.core.messenger.SystemPacketChannel

public static final class SystemPacketChannel.OpenResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SystemPacketChannel.OpenResponse()
           
SystemPacketChannel.OpenResponse(int channelId, int destinationId)
           
 
Method Summary
 int getChannelId()
           
 int getDestinationId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPacketChannel.OpenResponse

public SystemPacketChannel.OpenResponse()

SystemPacketChannel.OpenResponse

public SystemPacketChannel.OpenResponse(int channelId,
                                        int destinationId)
Method Detail

getChannelId

public int getChannelId()

getDestinationId

public int getDestinationId()


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.