Class RemoteReferenceObjectInstanceImpl
- java.lang.Object
-
- com.ibm.ws.container.service.naming.RemoteReferenceObjectInstanceImpl
-
- All Implemented Interfaces:
RemoteObjectInstance
,java.io.Serializable
public class RemoteReferenceObjectInstanceImpl extends java.lang.Object implements RemoteObjectInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteReferenceObjectInstanceImpl(byte[] referenceBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
-
-
-
Method Detail
-
getObject
public java.lang.Object getObject() throws RemoteObjectInstanceException
- Specified by:
getObject
in interfaceRemoteObjectInstance
- Throws:
RemoteObjectInstanceException
-
-