org.objectweb.carol.util.csiv2.struct
Class TransportStruct
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportStruct
public TransportStruct()
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.