|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobixserver.core.InvocationManager
public class InvocationManager
Performs invocation of op's.
Field Summary | |
---|---|
private ObjBroker |
objBroker
Object broker |
private ObjCache |
objCache
Object cache |
private WatchManager |
watchManager
Watch manager for watch operations. |
private obix.Obj |
watchServiceObj
Used as parent to newly crated watches. |
Constructor Summary | |
---|---|
InvocationManager(ObjBroker objBroker,
ObjCache objCache,
WatchManager watchManager)
|
Method Summary | |
---|---|
private obix.Op |
createOp(String name,
obix.Contract in,
obix.Contract out)
|
(package private) void |
init()
|
obix.Obj |
invoke(obix.Obj targetObj,
obix.Obj paramObj)
Processes invocation of operation with parameter. |
private List |
urisToObjs(obix.List uriList)
|
obix.Obj |
watchSetToWatchOut(List changedSet,
obix.Feed feed)
Convert a set of of Obj's to a WatchOut response Obj. |
obix.Obj |
watchToObj(Watch watch)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private WatchManager watchManager
private ObjBroker objBroker
private obix.Obj watchServiceObj
private ObjCache objCache
Constructor Detail |
---|
public InvocationManager(ObjBroker objBroker, ObjCache objCache, WatchManager watchManager)
Method Detail |
---|
void init()
public obix.Obj watchToObj(Watch watch)
private obix.Op createOp(String name, obix.Contract in, obix.Contract out)
public obix.Obj watchSetToWatchOut(List changedSet, obix.Feed feed)
changedSet
-
public obix.Obj invoke(obix.Obj targetObj, obix.Obj paramObj)
targetObj
- target of operation (including the op)paramObj
- parameter of the operation
private List urisToObjs(obix.List uriList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |