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
- Java Class com.visigenic.vbroker.Activation.NotRespondingHelper
- Source File com/visigenic/vbroker/Activation/NotRespondingHelper.java
- IDL Source File oad.idl
- IDL Absolute Name ::Activation::NotResponding
- Repository Identifier IDL:visigenic.com/Activation/NotResponding:1.0
IDL definition:
exception NotResponding {
};
-
NotRespondingHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, NotResponding)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, NotResponding)
-
NotRespondingHelper
public NotRespondingHelper()
read
public static NotResponding read(InputStream _input)
write
public static void write(OutputStream _output,
NotResponding value)
insert
public static void insert(Any any,
NotResponding value)
extract
public static NotResponding extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index