|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
org.glite.ce.monitorapij.resource | |
org.glite.ce.monitorapij.sensor | |
org.glite.ce.monitorapij.types |
Uses of Resource in org.glite.ce.monitorapij.resource |
Methods in org.glite.ce.monitorapij.resource that return Resource | |
Resource[] |
ResourceEvent.getResources()
Get an array of the Resource s which produced this event. |
Resource |
ResourceHandler.getResource(org.w3c.dom.Element element)
Get the resource specified by an Element of the xml file. |
Resource |
ResourceHolder.getResource(int id)
Get the Resource specified by its ID. |
Resource[] |
ResourceHolder.getResources()
Get all the handled resources. |
Resource[] |
ResourceHolder.getResourceByType(java.lang.String type)
Get the all Resource of the specified type. |
Resource[] |
ResourceHolder.getResourceByJARPath(org.apache.axis.types.URI path)
Get the CEMonResource s with the specified jar path. |
Resource[] |
ResourceHolder.getResourceByName(java.lang.String name)
Get the CEMonResource s with the specified name. |
protected Resource |
ResourceHolder.makeResourceInstance(java.io.File resourceJarFile)
DOCUMENT ME! |
Methods in org.glite.ce.monitorapij.resource with parameters of type Resource | |
java.lang.String |
ResourceHandler.getXML(Resource resource)
Get the xml code as a String referring to the specified Resource . |
void |
ResourceHolder.addResource(Resource resource)
Add a Resource to the list of handled resources. |
void |
ResourceHolder.removeResource(Resource resource)
Remove the specified Resource . |
void |
ResourceHolder.setResources(Resource[] resources)
Add an array of Resource s to the list of handled resources. |
Constructors in org.glite.ce.monitorapij.resource with parameters of type Resource | |
ResourceEvent(ResourceHolder holder,
int eventID,
Resource[] resources)
Creates a new ResourceEvent object. |
Uses of Resource in org.glite.ce.monitorapij.sensor |
Classes in org.glite.ce.monitorapij.sensor that implement Resource | |
class |
AbstractSensor
Base abstract class which must be extended by all sensor plugins. |
Uses of Resource in org.glite.ce.monitorapij.types |
Classes in org.glite.ce.monitorapij.types that implement Resource | |
class |
Action
This class is used to make a set of actions regarding notifications when a QueryResult
brings a successful result. |
class |
ActionBase
|
class |
CEMonResource
|
class |
Subscription
This class is used by clients to subscribe to events of a particular sensor. |
class |
SubscriptionBase
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |