VisiBroker for Java

com.inprise.vbroker.PortableServerExt
Class SubjectDeliveryScheme

java.lang.Object
  extended by com.inprise.vbroker.PortableServerExt.SubjectDeliveryScheme
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class SubjectDeliveryScheme
extends java.lang.Object
implements IDLEntity

Subject's delivery scheme.

See Also:
Serialized Form

Field Summary
static int _PULL_EVENT
          Subject uses OMG Pull Notification mode (any of the four OMG event types).
static int _PUSH_EVENT
          Subject uses either multicast or OMG Push Notification mode (any of the four OMG event types).
static SubjectDeliveryScheme PULL_EVENT
          Subject uses OMG Pull Notification mode (any of the four OMG event types).
static SubjectDeliveryScheme PUSH_EVENT
          Subject uses either multicast or OMG Push Notification mode (any of the four OMG event types).
 
Method Summary
 boolean equals(java.lang.Object o)
           
static SubjectDeliveryScheme 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

_PUSH_EVENT

public static final int _PUSH_EVENT
Subject uses either multicast or OMG Push Notification mode (any of the four OMG event types).

See Also:
Constant Field Values

_PULL_EVENT

public static final int _PULL_EVENT
Subject uses OMG Pull Notification mode (any of the four OMG event types).

See Also:
Constant Field Values

PUSH_EVENT

public static final SubjectDeliveryScheme PUSH_EVENT
Subject uses either multicast or OMG Push Notification mode (any of the four OMG event types).


PULL_EVENT

public static final SubjectDeliveryScheme PULL_EVENT
Subject uses OMG Pull Notification mode (any of the four OMG event types).

Method Detail

value

public int value()

from_int

public static SubjectDeliveryScheme 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