public class ExoticProtocolData extends Object implements Serializable
Constructor and Description |
---|
ExoticProtocolData(int protocol,
Properties info,
ExoticProtocolData[] next) |
Modifier and Type | Method and Description |
---|---|
static ExoticProtocolData |
createPData(org.objectweb.jonathan.protocols.api.SessionIdentifier session_id) |
Properties |
getInfo() |
int |
getProtocol() |
ExoticProtocolData[] |
next() |
String |
toString() |
public ExoticProtocolData(int protocol, Properties info, ExoticProtocolData[] next)
public int getProtocol()
public Properties getInfo()
public ExoticProtocolData[] next()
public static ExoticProtocolData createPData(org.objectweb.jonathan.protocols.api.SessionIdentifier session_id) throws org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.kernel.JonathanException