public class TransportStruct
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TransportStruct() |
Modifier and Type | Method and Description |
---|---|
static int |
getSslPort()
Gets current SSL port
|
short |
getTargetRequires() |
short |
getTargetSupports() |
org.omg.CSIIOP.TransportAddress[] |
getTransportAddress() |
void |
setTargetRequires(int targetRequires) |
void |
setTargetSupports(int targetSupports) |
public static int getSslPort()
public org.omg.CSIIOP.TransportAddress[] getTransportAddress()
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.public short getTargetRequires()
public short getTargetSupports()