public class AdminManager
extends java.lang.Object
If called on an Engine, the Engine must be allocating or running a Component.
Example:String[] components = AdminManager.getComponentAdmin().getComponentNames();| Constructor and Description |
|---|
AdminManager() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationAdmin |
getApplicationAdmin()
Deprecated.
|
static ApplicationComponentAdmin |
getApplicationComponentAdmin()
Deprecated.
|
static ArchiveScalingAdmin |
getArchiveScalingAdmin()
Gets the Archive Scaling Admin at global scope
|
static ComponentAdmin |
getComponentAdmin()
Gets the Component Admin
|
static EngineAdmin |
getEngineAdmin()
Gets the Engine Admin
|
static EngineDaemonAdmin |
getEngineDaemonAdmin()
Gets the Engine Daemon Admin
|
static ManagerAdmin |
getManagerAdmin()
Gets the Manager Admin
|
static ScheduleAdmin |
getScheduleAdmin()
Gets the Schedule Admin
|
static StackAdmin |
getStackAdmin()
Gets the Stack Admin
|
static StackArchiveScalingAdmin |
getStackArchiveScalingAdmin()
Gets the Archive Scaling Admin at stack scope
|
public static ApplicationAdmin getApplicationAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static StackAdmin getStackAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static ApplicationComponentAdmin getApplicationComponentAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static ComponentAdmin getComponentAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static EngineAdmin getEngineAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static EngineDaemonAdmin getEngineDaemonAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static ManagerAdmin getManagerAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static ScheduleAdmin getScheduleAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static ArchiveScalingAdmin getArchiveScalingAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a Componentpublic static StackArchiveScalingAdmin getStackArchiveScalingAdmin()
java.lang.IllegalStateException - If called on an Engine but the Engine is not yet allocated to run a ComponentCopyright © 2014 TIBCO Software, Inc. All Rights Reserved.