All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.IOP.ServiceContextHolder
java.lang.Object
|
+----com.visigenic.vbroker.IOP.ServiceContextHolder
- public final class ServiceContextHolder
- extends Object
- implements Streamable
- Java Class com.visigenic.vbroker.IOP.ServiceContextHolder
- Source File com/visigenic/vbroker/IOP/ServiceContextHolder.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::ServiceContext
- Repository Identifier IDL:visigenic.com/IOP/ServiceContext:1.0
IDL definition:
struct ServiceContext {
::IOP::ServiceID context_id;
::CORBA::OctetSequence context_data;
};
-
value
-
-
ServiceContextHolder()
-
-
ServiceContextHolder(ServiceContext)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public ServiceContext value
ServiceContextHolder
public ServiceContextHolder()
ServiceContextHolder
public ServiceContextHolder(ServiceContext 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