All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.interceptor.HandlerExistsHolder
java.lang.Object
|
+----com.visigenic.vbroker.interceptor.HandlerExistsHolder
- public final class HandlerExistsHolder
- extends Object
- implements Streamable
- Java Class com.visigenic.vbroker.interceptor.HandlerExistsHolder
- Source File com/visigenic/vbroker/interceptor/HandlerExistsHolder.java
- IDL Source File interceptor.idl
- IDL Absolute Name ::interceptor::HandlerExists
- Repository Identifier IDL:visigenic.com/interceptor/HandlerExists:1.0
IDL definition:
exception HandlerExists {
};
-
value
-
-
HandlerExistsHolder()
-
-
HandlerExistsHolder(HandlerExists)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public HandlerExists value
HandlerExistsHolder
public HandlerExistsHolder()
HandlerExistsHolder
public HandlerExistsHolder(HandlerExists value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index