org.omg.Firewall
Class TcpFirewallMechanism
java.lang.Object
org.omg.Firewall.TcpFirewallMechanism
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class TcpFirewallMechanism
- extends java.lang.Object
- implements IDLEntity
TcpFirewallMechanism contains information on how clients are supposed
to connect to this TCP firewall.
- See Also:
- Serialized Form
Field Summary |
com.inprise.vbroker.IOP.TaggedComponent[] |
components
All of the SSL endpoints available for connecting to this TCP firewall. |
java.lang.String |
host
The host of the TCP endpoint to connect to |
short |
port
The port of the TCP endpoint to connect to |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
host
public java.lang.String host
- The host of the TCP endpoint to connect to
port
public short port
- The port of the TCP endpoint to connect to
components
public com.inprise.vbroker.IOP.TaggedComponent[] components
- All of the SSL endpoints available for connecting to this TCP firewall.
The only valid
components
are SSL tags,
other tags should be ignored.
TcpFirewallMechanism
public TcpFirewallMechanism()
TcpFirewallMechanism
public TcpFirewallMechanism(java.lang.String host,
short port,
com.inprise.vbroker.IOP.TaggedComponent[] components)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online