|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.inprise.vbroker.PortableServerExt.SubjectDeliveryScheme
public final class SubjectDeliveryScheme
Subject's delivery scheme.
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 |
---|
public static final int _PUSH_EVENT
public static final int _PULL_EVENT
public static final SubjectDeliveryScheme PUSH_EVENT
public static final SubjectDeliveryScheme PULL_EVENT
Method Detail |
---|
public int value()
public static SubjectDeliveryScheme from_int(int _vis_value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |