org.objectweb.jeremie.binding.iiop
Class ExoticProtocolData

java.lang.Object
  extended byorg.objectweb.jeremie.binding.iiop.ExoticProtocolData
All Implemented Interfaces:
Serializable

public class ExoticProtocolData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExoticProtocolData(int protocol, Properties info, ExoticProtocolData[] next)
           
 
Method Summary
static ExoticProtocolData createPData(org.objectweb.jonathan.protocols.api.SessionIdentifier session_id)
           
 Properties getInfo()
           
 int getProtocol()
           
 ExoticProtocolData[] next()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExoticProtocolData

public ExoticProtocolData(int protocol,
                          Properties info,
                          ExoticProtocolData[] next)
Method Detail

getProtocol

public int getProtocol()

getInfo

public Properties getInfo()

next

public ExoticProtocolData[] next()

createPData

public static ExoticProtocolData createPData(org.objectweb.jonathan.protocols.api.SessionIdentifier session_id)
                                      throws org.objectweb.jonathan.apis.kernel.JonathanException
Throws:
org.objectweb.jonathan.apis.kernel.JonathanException

toString

public String toString()