XMOJO 5 API Docs

com.adventnet.adaptors
Class Protocol

java.lang.Object
  |
  +--com.adventnet.adaptors.Protocol

public class Protocol
extends java.lang.Object

This class defines Protocol constants and is used by the Adaptors as well as clients

Since:
Adaptor Framework Version 2.0
Author:
Hyther Nizam, Deepth Dinesan
See Also:
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

STARTING

public static final int STARTING
Represents the starting State of the Adaptor

STARTED

public static final int STARTED
Represents the started State of the Adaptor

STOPPING

public static final int STOPPING
Represents the stopping State of the Adaptor

STOPPED

public static final int STOPPED
Represents the stopped State of the Adaptor

RMI

public static final java.lang.String RMI
The static variable representing the String representation of RMI protocol

IIOP

public static final java.lang.String IIOP
The static variable representing the String representation of IIOP protocol

HTTP

public static final java.lang.String HTTP
The static variable representing the String representation of HTTP protocol

HTML

public static final java.lang.String HTML
The static variable representing the String representation of HTTP protocol

SNMP

public static final java.lang.String SNMP
The static variable representing the String representation of SNMP protocol

TL1

public static final java.lang.String TL1
The static variable representing the String representation of TL1 protocol

SOAP

public static final java.lang.String SOAP
The static variable representing the String representation of SOAP protocol

VERSION

public static final java.lang.String VERSION
Version of this Adaptor
Constructor Detail

Protocol

public Protocol()

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.