public interface OdeTransportPipe
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String[] getConnectionClassNames()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object invokeConnectionMethod(java.lang.String name,
java.lang.Object[] args)
throws java.rmi.RemoteException,
java.lang.reflect.InvocationTargetException
java.rmi.RemoteException - RMI errorsjava.lang.reflect.InvocationTargetExceptionvoid close()
throws java.rmi.RemoteException
java.rmi.RemoteException