ServiceContextHolderpublic final class ServiceContextHolder extends Object implements org.omg.CORBA.portable.Streamableorg/omg/IOP/ServiceContextHolder.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Friday, August 26, 2005 11:25:04 PM GMT |
Fields Summary |
---|
public org.omg.IOP.ServiceContext | value |
Constructors Summary |
---|
public ServiceContextHolder()
| public ServiceContextHolder(org.omg.IOP.ServiceContext initialValue)
value = initialValue;
|
|