obixserver.core
Interface ObjProxy

All Known Implementing Classes:
CoreModule.CurrentTimeProxy

public interface ObjProxy

Used for proxying external objects to oBIX obj's, enabling integration of external modules and their state with real-time needs of the oBIX server system.


Method Summary
 void update(obix.Obj obj)
          Notify proxy object about a need to update its counterpart in the obj repository.
 

Method Detail

update

void update(obix.Obj obj)
Notify proxy object about a need to update its counterpart in the obj repository.

Parameters:
obj - object to update


Copyright © 2006-2008 Peter Michalek All Rights Reserved.