Class RemoteObjectInstanceFactoryImpl
- java.lang.Object
- 
- com.ibm.ws.container.service.naming.RemoteObjectInstanceFactoryImpl
 
- 
- All Implemented Interfaces:
- RemoteObjectInstanceFactory
 
 public class RemoteObjectInstanceFactoryImpl extends java.lang.Object implements RemoteObjectInstanceFactory 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteObjectInstanceFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteObjectInstancecreate(byte[] referenceBytes)RemoteObjectInstancecreate(java.lang.Object envEntry)RemoteObjectInstancecreate(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo)
 
- 
- 
- 
Method Detail- 
createpublic RemoteObjectInstance create(java.lang.Object envEntry) - Specified by:
- createin interface- RemoteObjectInstanceFactory
 
 - 
createpublic RemoteObjectInstance create(byte[] referenceBytes) - Specified by:
- createin interface- RemoteObjectInstanceFactory
 
 - 
createpublic RemoteObjectInstance create(java.rmi.Remote remoteObject, java.lang.String interfaceNameToNarrowTo) - Specified by:
- createin interface- RemoteObjectInstanceFactory
 
 
- 
 
-