|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcama.Location
public final class Location
Implements communication with the CAMA location middleware
Field Summary | |
---|---|
protected int |
ctxNum
|
protected java.io.InputStream |
inStream
|
protected java.net.Socket |
lsocket
|
protected java.io.OutputStream |
outStream
|
Constructor Summary | |
---|---|
Location(java.lang.String locHost,
int port)
Connects to a CAMA server |
Method Summary | |
---|---|
void |
Disengage()
Disengages CAMA location |
Scope |
Engage()
Engages CAMA location and recieves lambda scope handle |
static Scope |
newInstance(Scope s)
Creates a new instance of a scope handle that can be used in another thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.InputStream inStream
protected java.io.OutputStream outStream
protected java.net.Socket lsocket
protected int ctxNum
Constructor Detail |
---|
public Location(java.lang.String locHost, int port)
Method Detail |
---|
public Scope Engage() throws CamaException
CamaException
public static Scope newInstance(Scope s) throws CamaException
CamaException
public void Disengage() throws CamaException
CamaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |