All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.Activation.IsActiveHolder

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

public final class IsActiveHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "visigenic.com/Activation"
exception IsActive {
};


Variable Index

 o value

Constructor Index

 o IsActiveHolder()
 o IsActiveHolder(IsActive)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public IsActive value

Constructors

 o IsActiveHolder
public IsActiveHolder()
 o IsActiveHolder
public IsActiveHolder(IsActive value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index