Interface RemoteObjectInstanceFactory
-
- All Known Implementing Classes:
RemoteObjectInstanceFactoryImpl
public interface RemoteObjectInstanceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteObjectInstance
create(byte[] referenceBytes)
RemoteObjectInstance
create(java.lang.Object envEntry)
RemoteObjectInstance
create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
-
-
-
Method Detail
-
create
RemoteObjectInstance create(java.lang.Object envEntry)
-
create
RemoteObjectInstance create(byte[] referenceBytes)
-
create
RemoteObjectInstance create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
-
-