|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OdeTransportPipe
Implemented by a communication transport to represent a single communication pipe between client and server.
Method Summary | |
---|---|
void |
close()
|
java.lang.String[] |
getConnectionClassNames()
Get the names of the client-side connection interfaces. |
java.lang.Object |
invokeConnectionMethod(java.lang.String name,
java.lang.Object[] args)
Invoke a method on a service provier session. |
Method Detail |
---|
java.lang.String[] getConnectionClassNames() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object invokeConnectionMethod(java.lang.String name, java.lang.Object[] args) throws java.rmi.RemoteException, java.lang.reflect.InvocationTargetException
java.rmi.RemoteException
- RMI errors
java.lang.reflect.InvocationTargetException
void close() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |