com.inprise.vbroker.interceptor
Class Location
java.lang.Object
com.inprise.vbroker.interceptor.Location
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class Location
- extends java.lang.Object
- implements IDLEntity
This enum describes the location, client-side or server-side, where an object wrapper should be registered.
CLIENT - untyped object wrapper registered on the client side.
SERVER - untyped object wrapper registered on the server side.
BOTH - untyped object wrapper registered on both client and server side.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_CLIENT
public static final int _CLIENT
- See Also:
- Constant Field Values
_SERVER
public static final int _SERVER
- See Also:
- Constant Field Values
_BOTH
public static final int _BOTH
- See Also:
- Constant Field Values
CLIENT
public static final Location CLIENT
SERVER
public static final Location SERVER
BOTH
public static final Location BOTH
value
public int value()
from_int
public static Location 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