|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Remote interface serves to identify interfaces whose methods may be invoked
from a non-local virtual machine. Any object that is a remote object must directly
or indirectly implement this interface. Only those methods specified in a "remote
interface", an interface that extends ermi.Remote are available remotely.
The current implementation of ermi does not support inheritance from other remote Interfaces.
Method Summary | |
void |
close()
Removes all subscriptions for this object and releases event service connection. |
ermi.ERemote |
copy()
Returns a reference to a new stub instance of this remote object. |
java.util.Properties |
getERef()
Returns a Property object containing the required information to connect to this remote object. |
void |
init()
Connects to the event service and creates all subscriptions for this object. |
Method Detail |
public java.util.Properties getERef()
public void close() throws RemoteException
RemoteException
- - if the connection with the event service fails.public void init() throws RemoteException
RemoteException
- - if the connection with the event service fails.public ermi.ERemote copy() throws RemoteException
RemoteException
- - if the stub cannot be instantiated for any reason (explained in the RemoteException message).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |