public class AppServerRoots extends DefaultManageableFolder implements Refreshable, CompositeManageable
AppServerRoot
objects.
The container is initialized from an RCInstance
, it reads all
connections in the RCInstance
and creates an AppServerRoot for each
connection.DefaultManageableElement.TypeIterator<T>
manageable_, STATE_CHANGED, STRUCTURE_CHANGED
Constructor and Description |
---|
AppServerRoots(java.lang.String name,
oracle.adf.rc.core.RCSession session) |
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.String name) |
java.util.Collection<AppServerRoot> |
getAppServerRootList()
Get a list of all
AppServerRoot children. |
RootManageableContext |
getContextByName(java.lang.String name) |
oracle.jdeveloper.asnav.model.AppServerContextFactory |
getContextFactory()
Deprecated.
|
javax.swing.Icon |
getIcon()
This implementation returns a plain document icon.
|
java.util.List<Manageable> |
getManageables() |
java.lang.String |
getName() |
oracle.adf.rc.core.RCSession |
getRCSession() |
java.lang.String |
getShortLabel()
This implementation returns a place-holder
String . |
boolean |
isIdeDefault()
Does this element include
AppServerRoot s defined in the IDE. |
protected java.util.List<Element> |
loadChildren()
Refresh the children cache.
|
void |
refresh()
Refreshes the state of the folder and/or its children.
|
add, canAdd, canRemove, containsChild, fetchOnBackgroundThread, getChildren, getChildrenList, getManageable, mayHaveChildren, moStateChanged, moStructureChanged, recognize, refreshFolder, reloadChildren, remove, removeAll, setStateIf, size
attach, detach, fireStateChanged, fireStructureChanged, getData, getParent, getWaitCursor, isWaitCursorEnabled, notifyObservers, setManageable, setWaitCursorEnabled, update
getAttributes
getLongLabel, getToolTipText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributes, getData
getLongLabel, getToolTipText, toString
public AppServerRoots(java.lang.String name, oracle.adf.rc.core.RCSession session)
public boolean isIdeDefault()
AppServerRoot
s defined in the IDE.public java.util.Collection<AppServerRoot> getAppServerRootList()
AppServerRoot
children.@Deprecated public oracle.jdeveloper.asnav.model.AppServerContextFactory getContextFactory()
public RootManageableContext getContextByName(java.lang.String name)
public oracle.adf.rc.core.RCSession getRCSession()
public java.lang.String getName()
public void refresh()
DefaultManageableFolder
refresh
in interface Refreshable
refresh
in class DefaultManageableFolder
DefaultManageableFolder
public void delete(java.lang.String name)
public javax.swing.Icon getIcon()
DefaultDisplayable
getIcon
in interface Displayable
getIcon
in class DefaultManageableFolder
Icon
to be displayed for the
Displayable
.Displayable.getIcon()
public java.lang.String getShortLabel()
DefaultDisplayable
String
.getShortLabel
in interface Displayable
getShortLabel
in class DefaultDisplayable
Displayable
that can be shown to the user.Displayable.getShortLabel()
protected java.util.List<Element> loadChildren()
DefaultManageableFolder
loadChildren
in class DefaultManageableFolder
public java.util.List<Manageable> getManageables()
getManageables
in interface CompositeManageable