|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteObject
The client side representation of an object located on the remote Framework.
Instances of this class can be received from the methods
PMPConnection.getReference and RemoteMethod.invoke
| Method Summary | |
|---|---|
void |
dispose()
Disposes the resources allocated for the remote object so that it would be no longer usable. |
RemoteMethod |
getMethod(java.lang.String name,
java.lang.String[] args)
Gets a reference to a method of the object associated with this RemoteObject. |
RemoteMethod[] |
getMethods()
Dynamically gets references to all the methods of the object associated with this RemoteObject. |
| Method Detail |
|---|
RemoteMethod[] getMethods()
throws PMPException
PMPException - If an IOException or protocol error occured.
RemoteMethod getMethod(java.lang.String name,
java.lang.String[] args)
throws PMPException
name - the method's nameargs - the method's arguments types
PMPException - if an IOException, if a protocol error occured,
or if there is no such method.
void dispose()
throws PMPException
PMPException - if an IOException or protocol error occured.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||