|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admin.amx.intf.config.AMXConfigGetters
@Taxonomy(stability=UNCOMMITTED) public final class AMXConfigGetters
Getters for common high-level config items.
| Constructor Summary | |
|---|---|
AMXConfigGetters(AMXProxy amx)
Pass any AMXProxy to initialize. |
|
| Method Summary | ||
|---|---|---|
Applications |
applications()
|
|
|
child(AMXProxy parent,
Class<T> intf,
String name)
Get a named child of the specified interface. |
|
Domain |
domainConfig()
|
|
DomainRoot |
domainRoot()
|
|
Application |
getApplication(String name)
Get any Application by name. |
|
Config |
getConfig(String name)
|
|
Resource |
getResource(String name)
|
|
|
getResource(String name,
Class<T> clazz)
Get any Resource by name. |
|
Server |
getServer(String name)
|
|
Resources |
resources()
|
|
SystemApplications |
systemApplications()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AMXConfigGetters(AMXProxy amx)
amx - any AMXProxy| Method Detail |
|---|
public DomainRoot domainRoot()
public Domain domainConfig()
public Resources resources()
public Applications applications()
public SystemApplications systemApplications()
public <T extends Resource> T getResource(String name,
Class<T> clazz)
name - name of the resourceclazz - interface to be applied to the resourcepublic Resource getResource(String name)
public Server getServer(String name)
public Application getApplication(String name)
Application by name. Looks under Applications (first) and SystemApplications.
name - name of the resourceclazz - interface to be applied to the resource
public <T extends AMXProxy> T child(AMXProxy parent,
Class<T> intf,
String name)
public Config getConfig(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||