|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semispace.ws.client.SemiSpaceProxy
public class SemiSpaceProxy
Client side proxy of SemiSpace web services
| Method Summary | |
|---|---|
org.semispace.SemiEventRegistration |
notify(Object template,
org.semispace.SemiEventListener listener,
long duration)
Notify is illegal to use in proxy |
Object |
read(Object template,
long duration)
|
Object |
readIfExists(Object template)
|
protected static WsSpace |
readSpaceServiceAsSpring()
An alternative way of performing lookup |
protected static WsSpace |
readSpaceServiceAsStandardPort()
|
protected static WsSpace |
readSpaceServiceAsStandardPort(String endpointAddress)
|
static org.semispace.SemiSpaceInterface |
retrieveSpace(String endpoint)
Open WS connection to the defined end point. |
protected static SemiSpaceProxy |
retrieveSpace(WsSpace space)
This is a bit roundabout, but is used for junit purposes. |
protected void |
setSpace(WsSpace space)
|
Object |
take(Object template,
long duration)
|
Object |
takeIfExists(Object template)
|
org.semispace.SemiLease |
write(Object obj,
long duration)
TODO Consider fixing that null is always returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.semispace.SemiSpaceInterface retrieveSpace(String endpoint)
protected static WsSpace readSpaceServiceAsSpring()
protected static WsSpace readSpaceServiceAsStandardPort()
protected static WsSpace readSpaceServiceAsStandardPort(String endpointAddress)
protected static SemiSpaceProxy retrieveSpace(WsSpace space)
public org.semispace.SemiEventRegistration notify(Object template,
org.semispace.SemiEventListener listener,
long duration)
notify in interface org.semispace.SemiSpaceInterface
public Object read(Object template,
long duration)
read in interface org.semispace.SemiSpaceInterfacepublic Object readIfExists(Object template)
readIfExists in interface org.semispace.SemiSpaceInterface
public Object take(Object template,
long duration)
take in interface org.semispace.SemiSpaceInterfacepublic Object takeIfExists(Object template)
takeIfExists in interface org.semispace.SemiSpaceInterface
public org.semispace.SemiLease write(Object obj,
long duration)
write in interface org.semispace.SemiSpaceInterfaceSemiSpaceInterface.write(java.lang.Object, long)protected void setSpace(WsSpace space)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||