|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the entry point to the Transport system. Clients wishing to use transport must first startup the Transport system using methods in this object.
| Method Summary | |
java.lang.Object |
getProxy(java.lang.Object aObject)
Creates a Proxy object that can be sent to remote clients that allows remote method calls to be made against the specified object. |
void |
startup()
Starts up the Transport system. |
void |
startup(int aPort)
Starts up the Transport system at the specified port. |
| Method Detail |
public void startup()
throws java.lang.Exception
public void startup(int aPort)
throws java.lang.Exception
aPort - the port on which to start the trasport.
public java.lang.Object getProxy(java.lang.Object aObject)
throws java.lang.Exception
aObject - the Object to create a Proxy fromjava.lang.Exception - if an error occured during creation of the Proxy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||