org.omg.Firewall
Class TcpMechanismValue
java.lang.Object
  
org.omg.Firewall.TcpMechanismValue
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity, Streamable, StreamableValue, ValueBase, MechanismValue
 
public abstract class TcpMechanismValue
- extends java.lang.Object
- implements StreamableValue, MechanismValue
  
TcpMechanismValue is programmatic representation of 
    TcpFirewallMechanism
- See Also:
 - Serialized Form
 
| 
Field Summary | 
 com.inprise.vbroker.IOP.ComponentValue[] | 
components
 
          components are programmatic representation of all SSL tagged components
      denoting all SSL endpoints available to the clients to connect
      to this TCP firewall. | 
 java.lang.String | 
host
 
            | 
 short | 
port
 
            | 
 
 
| 
Method Summary | 
 void | 
_read(InputStream _input)
 
          Reads data from istream and initalizes the
 value field of the Holder with the unmarshalled data. | 
 java.lang.String[] | 
_truncatable_ids()
 
            | 
 TypeCode | 
_type()
 
          Retrieves the TypeCode object corresponding to the value
 in the value field of the Holder. | 
 void | 
_write(OutputStream _output)
 
          Marshals to ostream the value in the 
 value field of the Holder. | 
 boolean | 
equals(java.lang.Object o)
 
            | 
 int | 
hashCode()
 
            | 
 java.lang.String | 
toString()
 
            | 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
 
host
public java.lang.String host
port
public short port
components
public com.inprise.vbroker.IOP.ComponentValue[] components
- components are programmatic representation of all SSL tagged components
      denoting all SSL endpoints available to the clients to connect
      to this TCP firewall. There must be no components other than SSL.
 
TcpMechanismValue
public TcpMechanismValue()
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
 
 
_type
public TypeCode _type()
- Description copied from interface: 
Streamable 
- Retrieves the 
TypeCode object corresponding to the value
 in the value field of the Holder.
- Specified by:
 _type in interface Streamable
 
- Returns:
 - the 
TypeCode object for the value held in the holder 
 
 
_read
public void _read(InputStream _input)
- Description copied from interface: 
Streamable 
- Reads data from 
istream and initalizes the
 value field of the Holder with the unmarshalled data.
- Specified by:
 _read in interface Streamable
 
- Parameters:
 _input - the InputStream that represents the CDR data from the wire.
 
 
_write
public void _write(OutputStream _output)
- Description copied from interface: 
Streamable 
- Marshals to 
ostream the value in the 
 value field of the Holder.
- Specified by:
 _write in interface Streamable
 
- Parameters:
 _output - the CDR OutputStream
 
 
_truncatable_ids
public java.lang.String[] _truncatable_ids()
- Specified by:
 _truncatable_ids in interface ValueBase
 
 
                 Read the latest documentation online