Interface RemoteObjectInstance
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
RemoteObjectInstanceEnumImpl
,RemoteObjectInstanceImpl
,RemoteReferenceObjectInstanceImpl
public interface RemoteObjectInstance extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getObject()
-
-
-
Method Detail
-
getObject
java.lang.Object getObject() throws RemoteObjectInstanceException
- Throws:
RemoteObjectInstanceException
-
-