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

Field Summary
static int DEFAULT_SSL_PORT
          Default ssl port
 
Constructor Summary
TransportStruct()
           
 
Method Summary
 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
 

Field Detail

DEFAULT_SSL_PORT

public static final int DEFAULT_SSL_PORT
Default ssl port

See Also:
Constant Field Values
Constructor Detail

TransportStruct

public TransportStruct()
Method Detail

getSslPort

public 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.