org.objectweb.carol.util.csiv2.struct
Class TransportStruct

java.lang.Object
  extended byorg.objectweb.carol.util.csiv2.struct.TransportStruct
All Implemented Interfaces:
java.io.Serializable

public class TransportStruct
extends java.lang.Object
implements java.io.Serializable

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
TransportStruct()
           
 
Method Summary
static int getSslPort()
          Gets current SSL port
 short getTargetRequires()
           
 short getTargetSupports()
           
 org.omg.CSIIOP.TransportAddress[] getTransportAddress()
           
 void setTargetRequires(int targetRequires)
           
 void setTargetSupports(int targetSupports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportStruct

public TransportStruct()
Method Detail

getSslPort

public static int getSslPort()
Gets current SSL port

Returns:
the ssl port

getTransportAddress

public org.omg.CSIIOP.TransportAddress[] getTransportAddress()
Returns:
TransportAddress[] object for SSL connection

setTargetRequires

public void setTargetRequires(int targetRequires)
Parameters:
targetRequires - The targetRequires to set.

setTargetSupports

public void setTargetSupports(int targetSupports)
Parameters:
targetSupports - The targetSupports to set.

getTargetRequires

public short getTargetRequires()
Returns:
Returns the targetRequires.

getTargetSupports

public short getTargetSupports()
Returns:
Returns the targetSupports.