VisiBroker for Java

com.inprise.vbroker.interceptor
Class Location

java.lang.Object
  extended by 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

Field Summary
static int _BOTH
           
static int _CLIENT
           
static int _SERVER
           
static Location BOTH
           
static Location CLIENT
           
static Location SERVER
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static Location from_int(int _vis_value)
           
 int hashCode()
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Method Detail

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online