|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.inprise.vbroker.PortableServerExt.SubjectInterfaceScheme
public final class SubjectInterfaceScheme
Subject's Interface scheme.
| Field Summary | |
|---|---|
static int |
_SEQUENCE_SUBJECT
Subject uses OMG Sequence Notification Channel. |
static int |
_STRUCTURED_SUBJECT
Subject uses OMG Structured Notification Channel. |
static int |
_TYPED_SUBJECT
Subject uses either multicast or OMG Typed Notification Channel. |
static int |
_UNTYPED_SUBJECT
Subject uses OMG Untyped Notification Channel. |
static SubjectInterfaceScheme |
SEQUENCE_SUBJECT
Subject uses OMG Sequence Notification Channel. |
static SubjectInterfaceScheme |
STRUCTURED_SUBJECT
Subject uses OMG Structured Notification Channel. |
static SubjectInterfaceScheme |
TYPED_SUBJECT
Subject uses either multicast or OMG Typed Notification Channel. |
static SubjectInterfaceScheme |
UNTYPED_SUBJECT
Subject uses OMG Untyped Notification Channel. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
static SubjectInterfaceScheme |
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 _TYPED_SUBJECT
public static final int _UNTYPED_SUBJECT
public static final int _STRUCTURED_SUBJECT
public static final int _SEQUENCE_SUBJECT
public static final SubjectInterfaceScheme TYPED_SUBJECT
public static final SubjectInterfaceScheme UNTYPED_SUBJECT
public static final SubjectInterfaceScheme STRUCTURED_SUBJECT
public static final SubjectInterfaceScheme SEQUENCE_SUBJECT
| Method Detail |
|---|
public int value()
public static SubjectInterfaceScheme from_int(int _vis_value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||