Jumpi v1.2.0

org.jumpi.impl.connector.dummy
Class DummyDestination

java.lang.Object
  |
  +--org.jumpi.impl.AbstractDestination
        |
        +--org.jumpi.impl.connector.dummy.DummyDestination
All Implemented Interfaces:
Destination, Destination

public class DummyDestination
extends AbstractDestination

Destination managed by the DummyAsyncConnector and DummySyncConnector which is simply based on a String Url with any format.


Field Summary
 
Fields inherited from class org.jumpi.impl.AbstractDestination
connector_, controller_, props_, url_, wildcard_
 
Fields inherited from interface org.jumpi.Destination
PROTOCOL_SEPARATOR, SEPARATOR
 
Constructor Summary
DummyDestination(java.lang.String url, Controller controller, Connector connector)
          Creates a new DummyDestination object.
 
Method Summary
 java.lang.String getUrl()
          Returns the normalized Url.
 
Methods inherited from class org.jumpi.impl.AbstractDestination
equals, getConnector, getController, getControllerName, getProperties, hashCode, isWildcard, matches, setProperties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyDestination

public DummyDestination(java.lang.String url,
                        Controller controller,
                        Connector connector)
Creates a new DummyDestination object.

Parameters:
url - the Url.
controller - the Controller instance managing the Connector.
connector - the Connector instance.
Method Detail

getUrl

public java.lang.String getUrl()
Returns the normalized Url.

Specified by:
getUrl in interface Destination
Specified by:
getUrl in class AbstractDestination
Returns:
the normalized Url.

Jumpi v1.2.0

Copyright © 2003, Peter Jonathan Klauser.