|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.gui.services.ServiceWrapper
public abstract class ServiceWrapper
| Constructor Summary | |
|---|---|
protected |
ServiceWrapper()
|
| Method Summary | |
|---|---|
java.util.List<ServiceWrapper> |
getChildren()
Obtain all children of this service using Struct tree. |
ServiceWrapper |
getParent()
Obtain parent service wrapper. |
Struct |
getStruct()
Obtains the struct that this service references to. |
boolean |
isLocal()
|
protected void |
setLocal(boolean local)
|
void |
setStruct(Struct s)
Connect this service to a struct. |
abstract void |
shutdown()
|
void |
unbindStruct()
Unbinds the Struct corresponding to this service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ServiceWrapper()
| Method Detail |
|---|
public void setStruct(Struct s)
Struct.setService(org.iids.aos.gui.services.ServiceWrapper). Beware of recursion when calling this
function from a struct, as a struct may attempt to update the service
again at the same time recursively (it does).
If a struct was already set, this function does nothing.
public void unbindStruct()
public Struct getStruct()
null if not bound to a Struct.public java.util.List<ServiceWrapper> getChildren()
public ServiceWrapper getParent()
protected void setLocal(boolean local)
public boolean isLocal()
public abstract void shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||