IORHolderpublic final class IORHolder extends Object implements org.omg.CORBA.portable.Streamableorg/omg/IOP/IORHolder.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Tuesday, June 10, 2008 1:33:18 AM GMT-08:00 |
Fields Summary |
---|
public org.omg.IOP.IOR | value |
Constructors Summary |
---|
public IORHolder()
| public IORHolder(org.omg.IOP.IOR initialValue)
value = initialValue;
|
|