|
Hyperic HQ Plugin API v. 5.8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerTypeInfo | |
---|---|
org.hyperic.hq.product | |
org.hyperic.hq.product.jmx |
Uses of ServerTypeInfo in org.hyperic.hq.product |
---|
Methods in org.hyperic.hq.product that return ServerTypeInfo | |
---|---|
ServerTypeInfo |
TypeBuilder.addServer(ServerTypeInfo server,
String[] platforms)
Add a ServerTypeInfo clone of the given server, changing valid platforms to the given platforms. |
ServerTypeInfo |
TypeBuilder.addServer(String version)
This method creates a ServerTypeInfo and adds this object to the entity list using a version string. |
ServerTypeInfo |
TypeBuilder.addServer(String name,
String version)
This method creates a ServerTypeInfo and adds this object to the entity list using a version string. |
ServerTypeInfo |
TypeBuilder.addServer(String name,
String version,
String[] platforms)
|
ServerTypeInfo |
TypeBuilder.addServerAndServices(ServerTypeInfo server,
String[] platforms)
Add a ServerTypeInfo clone of the given server, changing valid platforms to the given platforms. |
ServerTypeInfo |
ServiceTypeInfo.getServerTypeInfo()
|
Methods in org.hyperic.hq.product with parameters of type ServerTypeInfo | |
---|---|
ServerTypeInfo |
TypeBuilder.addServer(ServerTypeInfo server,
String[] platforms)
Add a ServerTypeInfo clone of the given server, changing valid platforms to the given platforms. |
ServerTypeInfo |
TypeBuilder.addServerAndServices(ServerTypeInfo server,
String[] platforms)
Add a ServerTypeInfo clone of the given server, changing valid platforms to the given platforms. |
ServiceTypeInfo |
TypeBuilder.addService(ServerTypeInfo server,
String name)
This method creates a deployed (non-internal) ServiceTypeInfo object and adds it services to the entity list |
void |
TypeBuilder.addServices(ServerTypeInfo fromServer,
ServerTypeInfo toServer)
Clone all services from an existing server. |
void |
TypeBuilder.addServices(ServerTypeInfo server,
String[] services)
This method adds a list of services to the this.entity list. |
void |
TypeBuilder.addServices(ServerTypeInfo server,
String[] deployedServices,
String[] internalServices)
This method adds a list of internal and deployed services to the this.entity. |
void |
ServiceTypeInfo.setServerTypeInfo(ServerTypeInfo server)
|
Constructors in org.hyperic.hq.product with parameters of type ServerTypeInfo | |
---|---|
ServiceTypeInfo(String name,
String description,
ServerTypeInfo server)
|
Uses of ServerTypeInfo in org.hyperic.hq.product.jmx |
---|
Methods in org.hyperic.hq.product.jmx with parameters of type ServerTypeInfo | |
---|---|
Set |
ServiceTypeFactory.create(ProductPlugin productPlugin,
ServerTypeInfo serverType,
MBeanServerConnection mServer,
Set objectNames)
Creates a Set of ServiceTypes from a Set of Services, ignoring multiple services of the same ServiceType (determined by fully qualified service type name) |
ServiceType |
ServiceTypeFactory.create(ProductPlugin productPlugin,
ServerTypeInfo serverType,
ModelMBeanInfo serviceInfo,
ObjectName objectName)
|
ServiceType |
ServiceTypeFactory.getServiceType(String productName,
ServerTypeInfo serverType,
ModelMBeanInfo serviceInfo,
ObjectName objectName)
Returns a ServiceType containing ONLY the properties needed at construction time (the ones that guarantee uniqueness) |
|
Hyperic HQ Plugin API v. 5.8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |