|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellInformationBase.ResourceName | |
org.isam.exehda.services | |
org.isam.exehda.services.cib | |
org.isam.exehda.services.primos | |
org.isam.exehda.services.tips |
Uses of CellInformationBase.ResourceName in org.isam.exehda.services |
Methods in org.isam.exehda.services that return CellInformationBase.ResourceName | |
CellInformationBase.ResourceName[] |
ResourceBroker.findResource(ResourceBroker.ResourceConstraint[] query,
int scope,
int num)
Describe findResource method here. |
CellInformationBase.ResourceName[] |
ResourceBroker.allocResource(ResourceBroker.ResourceConstraint[] req,
int scope,
int num)
Describe allocResource method here. |
CellInformationBase.ResourceName |
Dispatcher.PortAddress.getOnwer()
Describe getOnwer method here. |
CellInformationBase.ResourceName |
DiscovererService.registerResource(org.isam.util.xml.XmlElement xmlDescription)
|
CellInformationBase.ResourceName |
Discoverer.ResourceDescriptor.getName()
Describe getName method here. |
CellInformationBase.ResourceName |
Collector.getName()
Describe getName method here. |
CellInformationBase.ResourceName |
Collector.Sensor.getName()
Returns the name of this sensor in the forma of a Resource Name. |
CellInformationBase.ResourceName |
Collector.Monitor.getName()
Returns the name of the monitor. |
CellInformationBase.ResourceName |
Collector.AppMonitor.getName()
Describe getName method here. |
CellInformationBase.ResourceName |
Collector.MonitoringData.getSensor()
Returns the name of the sensor to which this data is linked (formelly, the sensor who produced this data). |
CellInformationBase.ResourceName |
Collector.ConsumerId.getCollector()
Returns the name of the Collector instance which have generated this consumer id. |
CellInformationBase.ResourceName[] |
CellInformationBase.select(CellInformationBase.SelectionConstraint filter,
int maxResults)
Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form. |
CellInformationBase.ResourceName[] |
CellInformationBase.select(CellInformationBase.SelectionConstraint filter,
CellInformationBase.NameSpace ns,
int maxResults)
|
CellInformationBase.ResourceName[] |
CellInformationBase.select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace[] ns,
int maxResults)
Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form. |
CellInformationBase.ResourceName[] |
CellInformationBase.selectByName(java.lang.String n,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByName method here. |
CellInformationBase.ResourceName[] |
CellInformationBase.selectByType(java.lang.String t,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByType method here. |
CellInformationBase.ResourceName |
CellInformationBase.Resource.getName()
Describe getName method here. |
Methods in org.isam.exehda.services with parameters of type CellInformationBase.ResourceName | |
void |
DiscovererService.removeResource(CellInformationBase.ResourceName rn)
|
void |
DiscovererService.renewResource(CellInformationBase.ResourceName rn,
org.isam.util.xml.XmlElement xmlDescriptor,
boolean isModified)
|
java.lang.String |
CellInformationBase.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
Describe getAttribute method here. |
java.lang.String |
CellInformationBase.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
Describe setAttribute method here. |
java.lang.String[] |
CellInformationBase.getAttributes(CellInformationBase.ResourceName r)
Describe getAttributes method here. |
void |
CellInformationBase.addResource(CellInformationBase.ResourceName r)
Describe addResource method here. |
void |
CellInformationBase.removeResource(CellInformationBase.ResourceName r)
Describe removeResource method here. |
Constructors in org.isam.exehda.services with parameters of type CellInformationBase.ResourceName | |
Dispatcher.PortAddress(long id,
ApplicationId app,
CellInformationBase.ResourceName owner)
Creates a new PortAddress instance. |
|
Discoverer.ResourceDescriptor(CellInformationBase.ResourceName r,
Discoverer.ResourceLease lease)
Creates a new ResourceDescriptor instance. |
|
Collector.Sensor(CellInformationBase.ResourceName n,
java.lang.Class t,
java.lang.Object k)
Creates a new Sensor instance.
|
|
Collector.MonitoringData(CellInformationBase.ResourceName sname)
Creates a new MonitoringData instance. |
|
Collector.ConsumerId(java.lang.Object k,
CellInformationBase.ResourceName c,
java.lang.String ch)
Creates a new ConsumerId instance. |
Uses of CellInformationBase.ResourceName in org.isam.exehda.services.cib |
Fields in org.isam.exehda.services.cib declared as CellInformationBase.ResourceName | |
(package private) CellInformationBase.ResourceName |
ResourceImpl.rn
|
Methods in org.isam.exehda.services.cib with parameters of type CellInformationBase.ResourceName | |
void |
LdapBackEnd.addResource(CellInformationBase.ResourceName r)
adds a new resource to the cib, if it doesn't exist already. |
java.lang.String |
LdapBackEnd.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
Returns the value of the especified attribute in the especified resource |
java.lang.String[] |
LdapBackEnd.getAttributes(CellInformationBase.ResourceName r)
returns all the names of the attribues of a given resource |
void |
LdapBackEnd.removeResource(CellInformationBase.ResourceName r)
removes a resource from the cib |
java.lang.String |
LdapBackEnd.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
Sets the value of a given attribute in a given resource |
java.lang.String |
CibBackEnd.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
|
java.lang.String |
CibBackEnd.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
|
java.lang.String[] |
CibBackEnd.getAttributes(CellInformationBase.ResourceName r)
|
void |
CibBackEnd.addResource(CellInformationBase.ResourceName r)
|
void |
CibBackEnd.removeResource(CellInformationBase.ResourceName r)
|
java.lang.String |
HashtableBackEnd.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
|
java.lang.String |
HashtableBackEnd.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
|
java.lang.String[] |
HashtableBackEnd.getAttributes(CellInformationBase.ResourceName r)
|
void |
HashtableBackEnd.addResource(CellInformationBase.ResourceName r)
|
void |
HashtableBackEnd.removeResource(CellInformationBase.ResourceName r)
|
java.lang.String |
CibImpl.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
|
java.lang.String |
CibImpl.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
|
java.lang.String[] |
CibImpl.getAttributes(CellInformationBase.ResourceName r)
|
void |
CibImpl.addResource(CellInformationBase.ResourceName r)
|
void |
CibImpl.removeResource(CellInformationBase.ResourceName r)
|
java.lang.String |
CibImplClient.getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
|
java.lang.String |
CibImplClient.setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
|
java.lang.String[] |
CibImplClient.getAttributes(CellInformationBase.ResourceName r)
|
void |
CibImplClient.addResource(CellInformationBase.ResourceName r)
|
void |
CibImplClient.removeResource(CellInformationBase.ResourceName r)
|
Constructors in org.isam.exehda.services.cib with parameters of type CellInformationBase.ResourceName | |
ResourceImpl(CellInformationBase.ResourceName rn)
Creates a new instance of ResourceImpl |
Uses of CellInformationBase.ResourceName in org.isam.exehda.services.primos |
Methods in org.isam.exehda.services.primos that return CellInformationBase.ResourceName | |
CellInformationBase.ResourceName |
NativeMonitor.getName()
|
CellInformationBase.ResourceName |
CollectorImplCell.getName()
|
CellInformationBase.ResourceName |
CollectorImplNode.getName()
Returns the name of this collector |
Uses of CellInformationBase.ResourceName in org.isam.exehda.services.tips |
Methods in org.isam.exehda.services.tips that return CellInformationBase.ResourceName | |
CellInformationBase.ResourceName |
TipsMonitor.getName()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |