|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.slytechs.jnetstream.protocol.ProtocolImplementationType
public final class ProtocolImplementationType
Enum structure which defines all of the jNetStream protocol types. In jNetStream protocols can be defined in several ways. This enum class defines the various types of protocol implementations available.
Note: pre-release 0.3, only single NPLSource type existed.
| Field Summary | |
|---|---|
static ProtocolImplementationType |
Java
Java implementation that has been completely or partially done in Java and will not be NPL interpreted. |
static ProtocolImplementationType |
JavaStub
A java stub file auto generated based on the NPL definition. |
static ProtocolImplementationType |
Native
Native implementation that has been done in C or C++ and is loosely bound to this java VM. |
static ProtocolImplementationType |
NPL
This type of implementation is done completely in NPL (Network Protocol Language) and is available on all system platforms. |
static ProtocolImplementationType[] |
values
Array of contants for this enum |
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object arg0)
|
int |
ordinal()
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero). |
java.lang.String |
toString()
Returns the name of this enum constant, as contained in the declaration. |
static ProtocolImplementationType |
valueOf(java.lang.String name)
Retruns the enum constant with the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ProtocolImplementationType Native
public static final ProtocolImplementationType Java
public static final ProtocolImplementationType NPL
public static final ProtocolImplementationType JavaStub
public static final ProtocolImplementationType[] values
| Method Detail |
|---|
public int ordinal()
public static ProtocolImplementationType valueOf(java.lang.String name)
name - the name of the constant to return
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object arg0)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||