|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.adaptors.Protocol
This class defines Protocol constants and is used by the Adaptors as well as clients
com.adventnet.adaptor.Adaptor.AbstractAdaptor
,
com.adventnet.adaptor.client.AbstarctClient
Field Summary | |
static java.lang.String |
HTML
The static variable representing the String representation of HTTP protocol |
static java.lang.String |
HTTP
The static variable representing the String representation of HTTP protocol |
static java.lang.String |
IIOP
The static variable representing the String representation of IIOP protocol |
static java.lang.String |
RMI
The static variable representing the String representation of RMI protocol |
static java.lang.String |
SNMP
The static variable representing the String representation of SNMP protocol |
static java.lang.String |
SOAP
The static variable representing the String representation of SOAP protocol |
static int |
STARTED
Represents the started State of the Adaptor |
static int |
STARTING
Represents the starting State of the Adaptor |
static int |
STOPPED
Represents the stopped State of the Adaptor |
static int |
STOPPING
Represents the stopping State of the Adaptor |
static java.lang.String |
TL1
The static variable representing the String representation of TL1 protocol |
static java.lang.String |
VERSION
Version of this Adaptor |
Constructor Summary | |
Protocol()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STARTING
public static final int STARTED
public static final int STOPPING
public static final int STOPPED
public static final java.lang.String RMI
public static final java.lang.String IIOP
public static final java.lang.String HTTP
public static final java.lang.String HTML
public static final java.lang.String SNMP
public static final java.lang.String TL1
public static final java.lang.String SOAP
public static final java.lang.String VERSION
Constructor Detail |
public Protocol()
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |