org.exolab.jms.net.connector
Interface Caller
- All Known Implementing Classes:
- CallerImpl
- public interface Caller
A Caller
represents the client performing remote method
invocations via an Connection
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
- Author:
- Tim Anderson
Method Summary |
URI |
getLocalURI()
Returns the local address that the client is calling to |
URI |
getRemoteURI()
Returns the remote address that the client is calling from |
getRemoteURI
public URI getRemoteURI()
- Returns the remote address that the client is calling from
- Returns:
- the remote address that the client is calling from
getLocalURI
public URI getLocalURI()
- Returns the local address that the client is calling to
- Returns:
- the local address that the client is calling to
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.