All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.Activation.NotRespondingHelper

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

public abstract class NotRespondingHelper
extends Object

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


Constructor Index

 o NotRespondingHelper()

Method Index

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

Constructors

 o NotRespondingHelper
public NotRespondingHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index