All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.Activation.IsActiveHelper

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

public abstract class IsActiveHelper
extends Object

IDL definition:
exception IsActive {
};


Constructor Index

 o IsActiveHelper()

Method Index

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

Constructors

 o IsActiveHelper
 public IsActiveHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index