com.bea.ales.management
Class Application

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

public class Application
extends Scope


Fields inherited from class com.bea.ales.management.Scope
ALES_APPLICATION, ALES_ORGANIZATION, SCOPE_SEPARATOR
 
Method Summary
 java.lang.String getBoundSSM()
          Get the bound SSM to this application.
 void rename(java.lang.String newName)
          Rename the application
 void setBoundSSM(java.lang.String ssmName)
          Bind the SSM to this application.
 
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

rename

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

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

getBoundSSM

public java.lang.String getBoundSSM()
                             throws ManagementException
Get the bound SSM to this application.

Returns:
the bound SSM name, or null if not bound to SSM.
Throws:
ManagementException - if the operation fails.

setBoundSSM

public void setBoundSSM(java.lang.String ssmName)
                 throws ManagementException
Bind the SSM to this application.

Parameters:
ssmName - the name of SSM to be bound, null to remove bound ssm.
Throws:
ManagementException - if the operation fails.


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