All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sgi.sysadm.util.AttrBundle
|
+----com.sgi.sysadm.category.Category
|
+----com.sgi.sysadm.category.Association
Association derives from Category and supports the same client mechanisms for obtaining dynamic information about the Item(s) in an Association instance.
If an Item with the specified parent selector does not exist, the Association will monitor for the addition of an Item with that selector.
If an Item with the specified parent selector existed, but is deleted while a client is monitoring the Association, all Items are removed from the Association and the Association continues monitoring of the system for the addition of an Item with that parent selector.
The actual logic for determining and monitoring Item(s) in an Association resides on the server-side. Clients can obtain a Association instances using HostContext methods.
protected Association(String parentCategoryName,
String parentSelector,
String childCategoryName)
protected static String computeSelector(String parentCategoryName,
String parentSelector,
String childCategoryName)
public String getParentSelector()
public String getParentCategoryName()
public String getChildCategoryName()
All Packages Class Hierarchy This Package Previous Next Index