com.bea.ales.management
Class Organization

java.lang.Object
  |
  +--com.bea.ales.management.Scope
        |
        +--com.bea.ales.management.Organization

public class Organization
extends Scope


Fields inherited from class com.bea.ales.management.Scope
ALES_APPLICATION, ALES_ORGANIZATION, SCOPE_SEPARATOR
 
Method Summary
 Application[] getChildApplications()
          Get all child applications under this organization node
 Organization[] getChildOrganizations()
          Get all child organizations under this organization node
 Scope[] getChildScopes()
          Get child scopes
 void rename(java.lang.String newName)
          Rename the organization
 
Methods inherited from class com.bea.ales.management.Scope
addAttribute, getAttribute, getAttributes, getDescription, getFullQualifiedName, getName, getParentScope, getType, isRoot, modifyAttribute, removeAttribute, removeAttribute, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildScopes

public Scope[] getChildScopes()
                       throws ManagementException
Get child scopes

Returns:
a list of scope objects
Throws:
ManagementException - if the operation fails

getChildOrganizations

public Organization[] getChildOrganizations()
                                     throws ManagementException
Get all child organizations under this organization node

Returns:
a list of organizations
Throws:
ManagementException - if the operation fails

getChildApplications

public Application[] getChildApplications()
                                   throws ManagementException
Get all child applications under this organization node

Returns:
a list of applications
Throws:
ManagementException - if the operation fails

rename

public void rename(java.lang.String newName)
            throws ManagementException
Rename the organization

Parameters:
newName -  
Throws:
ManagementException - if the operation fails
Overrides:
rename in class Scope


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.