|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jumpi.impl.AbstractDestination | +--org.jumpi.impl.connector.dummy.DummyDestination
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 |
public DummyDestination(java.lang.String url, Controller controller, Connector connector)
url
- the Url.controller
- the Controller instance managing the Connector.connector
- the Connector instance.Method Detail |
public java.lang.String getUrl()
getUrl
in interface Destination
getUrl
in class AbstractDestination
|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |