obixserver.core
Class ObjCache
java.lang.Object
obixserver.core.ObjCache
public class ObjCache
- extends Object
Provides a cache obix objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
obixObjectMap
private Map obixObjectMap
obixProxyMap
private Map obixProxyMap
ObjCache
public ObjCache()
addObj
public void addObj(String uri,
obix.Obj o)
removeObj
public void removeObj(String uri)
getObj
public obix.Obj getObj(String uri)
addProxy
public void addProxy(String uri,
ObjProxy proxy)
removeProxy
public void removeProxy(String uri)
getProxy
public ObjProxy getProxy(String uri)
updateObj
public void updateObj(obix.Obj obj)
hasProxy
public boolean hasProxy(obix.Obj obj)
Copyright © 2006-2008 Peter Michalek All Rights Reserved.