org.exolab.jms.net.connector
Class CallerImpl

java.lang.Object
  |
  +--org.exolab.jms.net.connector.CallerImpl
All Implemented Interfaces:
Caller

public class CallerImpl
extends java.lang.Object
implements Caller

Implementation of the Caller interface

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
Author:
Tim Anderson

Constructor Summary
CallerImpl(URI remoteURI, URI localURI)
          Construct a new CallerImpl
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerImpl

public CallerImpl(URI remoteURI,
                  URI localURI)
Construct a new CallerImpl
Parameters:
remoteURI - the remote address that the client is calling from
localURI - the local address that the client is calling to
Method Detail

getRemoteURI

public URI getRemoteURI()
Returns the remote address that the client is calling from
Specified by:
getRemoteURI in interface Caller
Returns:
the remote address that the client is calling from

getLocalURI

public URI getLocalURI()
Returns the local address that the client is calling to
Specified by:
getLocalURI in interface Caller
Returns:
the local address that the client is calling to


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.