public class ServerResource extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ServerNestedAction> |
_children |
protected boolean |
_destroyed |
protected ServerResource |
_parent |
protected ServerControl |
_theControl |
protected Uid |
_theUid |
protected boolean |
_valid |
Modifier | Constructor and Description |
---|---|
protected |
ServerResource() |
protected |
ServerResource(ServerControl control) |
Modifier and Type | Method and Description |
---|---|
boolean |
abortChild(ServerNestedAction toAbort) |
boolean |
addChild(ServerNestedAction c) |
ServerControl |
control() |
boolean |
destroyed() |
void |
finalize() |
Uid |
get_uid() |
ServerNestedAction |
getChild(Uid actUid) |
List<ServerNestedAction> |
getChildren() |
String |
getChildren(int depth) |
ServerResource |
getParentHandle() |
boolean |
interposeResource() |
Status |
otsStatus() |
boolean |
removeChild(ServerNestedAction c) |
void |
setParentHandle(ServerResource p) |
protected void |
tidyup() |
boolean |
valid() |
protected ServerControl _theControl
protected final List<ServerNestedAction> _children
protected Uid _theUid
protected ServerResource _parent
protected boolean _valid
protected boolean _destroyed
protected ServerResource()
protected ServerResource(ServerControl control)
public void finalize() throws Throwable
public boolean interposeResource()
public final boolean valid()
public final boolean destroyed()
public final ServerControl control()
public final boolean addChild(ServerNestedAction c)
public final boolean removeChild(ServerNestedAction c)
public final ServerNestedAction getChild(Uid actUid)
public final List<ServerNestedAction> getChildren()
public final boolean abortChild(ServerNestedAction toAbort)
public final void setParentHandle(ServerResource p)
public final ServerResource getParentHandle()
public Uid get_uid()
public final Status otsStatus()
public final String getChildren(int depth)
protected void tidyup()
Copyright © 2021 JBoss by Red Hat. All rights reserved.