|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ermi.registry.FileRegistry
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
Constructor Summary | |
FileRegistry()
|
Method Summary | |
static ermi.ERemote |
loadERef(java.util.Properties env)
Returns a reference, a stub, for the remote object associated with the specified information in the properties Object. |
static ermi.ERemote |
loadERef(java.lang.String fileName)
Returns a reference, a stub, for the remote object associated with the specified file location. |
static EFilter |
loadFilter(java.lang.String objId,
java.lang.String filterClass)
Returns a reference to a Filter that intercepts object calls to remote object called objId in the registry. |
static ermi.ERemote |
loadStub(java.util.Properties env)
Returns a reference, a stub, for the remote object associated with the specified information in the properties Object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileRegistry()
Method Detail |
public static ermi.ERemote loadERef(java.lang.String fileName) throws RemoteException
fileName
- Name of properties file containing object location
RemoteException
- - if the connection with the event service fails.public static ermi.ERemote loadERef(java.util.Properties env) throws RemoteException
env
- Object properties containing object location
RemoteException
- - if the connection with the event service fails.public static ermi.ERemote loadStub(java.util.Properties env) throws RemoteException
env
- Object properties containing object location
RemoteException
- - if the connection with the event service fails.public static EFilter loadFilter(java.lang.String objId, java.lang.String filterClass) throws RemoteException
RemoteException
- - if the connection with the event service fails.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |