All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.Activation.StateHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.Activation.StateHelper

public abstract class StateHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/Activation"
enum State {
ACTIVE,
INACTIVE,
WAITING_FOR_ACTIVATION
};


Constructor Index

 o StateHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, State)
 o read(InputStream)
 o type()
 o write(OutputStream, State)

Constructors

 o StateHelper
public StateHelper()

Methods

 o read
public static State read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         State value)
 o insert
public static void insert(Any any,
                          State value)
 o extract
public static State extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index