Uses of Class
org.glite.ce.monitorapij.types.Property

Packages that use Property
org.glite.ce.monitorapij.resource   
org.glite.ce.monitorapij.types   
 

Uses of Property in org.glite.ce.monitorapij.resource
 

Methods in org.glite.ce.monitorapij.resource that return Property
 Property Resource.getProperty(java.lang.String key)
          Get a Property specifying its name
 Property Resource.getProperty(int i)
          Get a Property specifying its array index.
 Property[] Resource.getProperty()
          Get the array of the all Propertys of this resource.
 

Methods in org.glite.ce.monitorapij.resource with parameters of type Property
 void Resource.setProperty(Property[] properties)
          Set the array of the all Propertys of this resource.
 void Resource.setProperty(int i, Property value)
          Set the Property array slot specified by i to the Property specified by value.
 

Uses of Property in org.glite.ce.monitorapij.types
 

Methods in org.glite.ce.monitorapij.types that return Property
 Property CEMonResource.getProperty(java.lang.String name)
           
 Property[] CEMonResourceBase.getProperty()
          Gets the property value for this CEMonResourceBase.
 Property CEMonResourceBase.getProperty(int i)
           
 Property CEMonResource.getProperty(java.lang.String name)
           
 

Methods in org.glite.ce.monitorapij.types with parameters of type Property
 void CEMonResourceBase.setProperty(Property[] property)
          Sets the property value for this CEMonResourceBase.
 void CEMonResourceBase.setProperty(int i, Property _value)
           
 

Constructors in org.glite.ce.monitorapij.types with parameters of type Property
CEMonResourceBase(java.lang.Integer id, java.lang.String name, java.lang.String type, org.apache.axis.types.URI jarPath, Property[] property)