org.apache.ode.ra.transports
Interface OdeTransport
- All Known Implementing Classes:
- RMITransport
public interface OdeTransport
Interface implemented communication transports for the ODE JCA adapter.
Method Summary |
OdeTransportPipe |
createPipe(java.lang.String url,
java.util.Properties properties)
Create a new communication pipe. |
createPipe
OdeTransportPipe createPipe(java.lang.String url,
java.util.Properties properties)
throws java.rmi.RemoteException
- Create a new communication pipe.
- Parameters:
url
- connection URLproperties
- transport-specific communication properties
- Returns:
- new communication pipe
- Throws:
java.rmi.RemoteException
- in case of communication failure