|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.corba.AnyHolder
An AnyHolder allows the final value of an any argument to be propagated back to the client.
Field Summary | |
Any |
value
The actual value. |
Constructor Summary | |
AnyHolder()
Construct myself to have a default value of null. |
|
AnyHolder(Any value)
|
Method Summary | |
java.lang.String |
toString()
Return a string that describes me. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Any value
Constructor Detail |
public AnyHolder()
public AnyHolder(Any value)
Method Detail |
public java.lang.String toString()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |