org.omg.Firewall
Class ProxyMode
java.lang.Object
  
org.omg.Firewall.ProxyMode
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity
 
public final class ProxyMode
- extends java.lang.Object
- implements IDLEntity
  
The mode indicates how a client is going to connect to the object.  A mode 
     value of NORMAL indicates that the proxy will act as an endpoint for GIOP 
     traffic.  This allows the proxy to examine the GIOP traffic as it flows 
     through the firewall and potentially apply access control on individual 
     requests.  A mode of PASSTHRU indicates that the proxy will not be an 
     endpoint of GIOP traffic and is not able to examine the traffic once the 
     connection to the object is established.
- See Also:
 GIOPProxy.new_target, 
Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
_NORMAL
public static final int _NORMAL
- See Also:
 - Constant Field Values
 
_PASSTHRU
public static final int _PASSTHRU
- See Also:
 - Constant Field Values
 
NORMAL
public static final ProxyMode NORMAL
PASSTHRU
public static final ProxyMode PASSTHRU
value
public int value()
 
 
from_int
public static ProxyMode from_int(int _vis_value)
 
 
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