|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.services.SResMng
public class SResMng
Field Summary | |
---|---|
private CommunicationAddress |
_accesspoint_remoteaddress
|
private eu.xtreemos.system.eventmachine.queue.Context |
context
|
static java.lang.String |
servicename
AUTOGENERATED CODE |
Constructor Summary | |
---|---|
SResMng(eu.xtreemos.system.eventmachine.queue.Context context)
|
Method Summary | |
---|---|
void |
addJobMetric(java.lang.String __jobId,
eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric)
|
void |
addJobMetric(java.lang.String __jobId,
eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
addJobMetric(java.lang.String __jobId,
eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable)
|
void |
createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes)
|
void |
createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
failureCallback(java.lang.Exception __ex)
|
void |
failureCallback(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
failureCallback(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getDaemonsReplyAndProcess(java.util.ArrayList __list)
Dorothy, you're not in Kansas anymore... but in a Callback! |
void |
getDaemonsReplyAndProcess(java.util.ArrayList __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Dorothy, you're not in Kansas anymore... but in a Callback! |
void |
getDaemonsReplyAndProcess(java.util.ArrayList __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Dorothy, you're not in Kansas anymore... but in a Callback! |
void |
getJobInfo(java.lang.String __jobId,
java.lang.Integer __flags,
java.lang.Integer __infoLevel,
java.util.ArrayList<java.lang.String> __metricsList,
java.lang.String __user)
|
void |
getJobInfo(java.lang.String __jobId,
java.lang.Integer __flags,
java.lang.Integer __infoLevel,
java.util.ArrayList<java.lang.String> __metricsList,
java.lang.String __user,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getJobInfo(java.lang.String __jobId,
java.lang.Integer __flags,
java.lang.Integer __infoLevel,
java.util.ArrayList<java.lang.String> __metricsList,
java.lang.String __user,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getNodeResourceDescriptor(CommunicationAddress __address)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getNodeResourceDescriptor(CommunicationAddress __address,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getNodeResourceDescriptor(CommunicationAddress __address,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getNodeResourceGLUE(CommunicationAddress __address)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getNodeResourceGLUE(CommunicationAddress __address,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getNodeResourceGLUE(CommunicationAddress __address,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
A proxy call to ResourceMonitor.query of a service running at particular node. |
void |
getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue)
The callback that concludes the call to getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value. |
void |
getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
The callback that concludes the call to getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value. |
void |
getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
The callback that concludes the call to getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value. |
void |
getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue)
The callback that concludes the call to getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value. |
void |
getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
The callback that concludes the call to getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value. |
void |
getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
The callback that concludes the call to getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value. |
void |
getResInfo(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx)
Returns the monitoring information associated with the resource. |
void |
getResInfo(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Returns the monitoring information associated with the resource. |
void |
getResInfo(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Returns the monitoring information associated with the resource. |
void |
getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list)
|
void |
getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResMetrics(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx)
Returns the list of metrics available on that resource. |
void |
getResMetrics(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Returns the list of metrics available on that resource. |
void |
getResMetrics(CommunicationAddress __resource,
java.security.cert.X509Certificate __userCtx,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Returns the list of metrics available on that resource. |
void |
getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics)
|
void |
getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources)
Retrieve the resource descriptors of the nodes from the given list. |
void |
getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve the resource descriptors of the nodes from the given list. |
void |
getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve the resource descriptors of the nodes from the given list. |
void |
getResourceDescriptorsFailure(java.lang.Exception __ex)
|
void |
getResourceDescriptorsFailure(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourceDescriptorsFailure(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result)
|
void |
getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourceMonitorReply(java.util.Hashtable __glue)
continuing the processing after ResourceMonitor call, to the Wicked Witch of the West. |
void |
getResourceMonitorReply(java.util.Hashtable __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
continuing the processing after ResourceMonitor call, to the Wicked Witch of the West. |
void |
getResourceMonitorReply(java.util.Hashtable __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
continuing the processing after ResourceMonitor call, to the Wicked Witch of the West. |
void |
getResourceMonitorReplyFailure(java.lang.Exception __ex)
|
void |
getResourceMonitorReplyFailure(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourceMonitorReplyFailure(java.lang.Exception __ex,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResources(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResources(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResources(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesADS(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany)
|
void |
getResourcesADS(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourcesADS(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection)
The SRDSMng retuns here after the call to getResources[ADS] to provide its selection based on the JSDL. |
void |
getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
The SRDSMng retuns here after the call to getResources[ADS] to provide its selection based on the JSDL. |
void |
getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
The SRDSMng retuns here after the call to getResources[ADS] to provide its selection based on the JSDL. |
void |
getResourcesCentral(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesCentral(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesCentral(java.lang.String __query,
java.security.cert.X509Certificate __userCtx,
java.lang.Integer __howMany,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromParsedCommand(ParsedCommand __command)
|
void |
getResourcesFromParsedCommand(ParsedCommand __command,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourcesFromParsedCommand(ParsedCommand __command,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourcesFromPath(java.lang.String __queryFileName)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromPath(java.lang.String __queryFileName,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromPath(java.lang.String __queryFileName,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromString(java.lang.String __query)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromString(java.lang.String __query,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromString(java.lang.String __query,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesScored(java.lang.String __query)
|
void |
getResourcesScored(java.lang.String __query,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourcesScored(java.lang.String __query,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourcesScoredWeighted(java.lang.String __query,
java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights)
|
void |
getResourcesScoredWeighted(java.lang.String __query,
java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getResourcesScoredWeighted(java.lang.String __query,
java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getResourcesSorted(java.lang.String __query,
ResourceDescriptorComparatorSerializable __comparator)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesSorted(java.lang.String __query,
ResourceDescriptorComparatorSerializable __comparator,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getResourcesSorted(java.lang.String __query,
ResourceDescriptorComparatorSerializable __comparator,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Retrieve a collection of resources that match the job's resource demands. |
void |
getXMLExtractorReply(java.util.Hashtable __list)
The callback with the final piece of processing of the #getResources(String) service call. |
void |
getXMLExtractorReply(java.util.Hashtable __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
The callback with the final piece of processing of the #getResources(String) service call. |
void |
getXMLExtractorReply(java.util.Hashtable __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
The callback with the final piece of processing of the #getResources(String) service call. |
void |
inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList)
|
void |
inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list)
Call to VOPS service. |
void |
policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Call to VOPS service. |
void |
policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Call to VOPS service. |
void |
policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate)
|
void |
policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err)
Catches failures of CDAMng.getResourceCertificate call. |
void |
policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Catches failures of CDAMng.getResourceCertificate call. |
void |
policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Catches failures of CDAMng.getResourceCertificate call. |
void |
removeBuffers(java.lang.String __jobId)
It's called from jobMng when cleaning. |
void |
removeBuffers(java.lang.String __jobId,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
It's called from jobMng when cleaning. |
void |
removeBuffers(java.lang.String __jobId,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
It's called from jobMng when cleaning. |
void |
removeJobMetric(java.lang.String __jobId,
java.lang.String __metricName)
|
void |
removeJobMetric(java.lang.String __jobId,
java.lang.String __metricName,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
removeJobMetric(java.lang.String __jobId,
java.lang.String __metricName,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
removeMetrics(java.lang.String __jobId)
Should be called after jobUnit dies, but resmng doesn't notice it. |
void |
removeMetrics(java.lang.String __jobId,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Should be called after jobUnit dies, but resmng doesn't notice it. |
void |
removeMetrics(java.lang.String __jobId,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Should be called after jobUnit dies, but resmng doesn't notice it. |
void |
setMetricValue(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.String __value)
|
void |
setMetricValue(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.String __value,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
setMetricValue(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.String __value,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
setMonitoringBuffering(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.Boolean __enable,
java.lang.String __user)
|
void |
setMonitoringBuffering(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.Boolean __enable,
java.lang.String __user,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
setMonitoringBuffering(java.lang.String __jobId,
java.lang.String __metricName,
java.lang.Boolean __enable,
java.lang.String __user,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
|
void |
testCall()
A function for testing stuff. |
void |
testCall(eu.xtreemos.system.communication.bus.CallbackMessage callback)
A function for testing stuff. |
void |
testCall(eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
A function for testing stuff. |
void |
testCallCallback1(java.util.Hashtable __jsdl)
|
void |
testCallCallback1(java.util.Hashtable __jsdl,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
testCallCallback1(java.util.Hashtable __jsdl,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
testCallCallback2(java.util.Hashtable __glue)
|
void |
testCallCallback2(java.util.Hashtable __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
testCallCallback2(java.util.Hashtable __glue,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching)
|
void |
VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
verifyPolicyCertResHandler(ResourceMatching __rmList)
Reads VOPS' public key and checks if rmList has been written with VOPS' private key. |
void |
verifyPolicyCertResHandler(ResourceMatching __rmList,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Reads VOPS' public key and checks if rmList has been written with VOPS' private key. |
void |
verifyPolicyCertResHandler(ResourceMatching __rmList,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Reads VOPS' public key and checks if rmList has been written with VOPS' private key. |
void |
VerifyPolicyForResInfo(ResourceMatching __resmatching)
|
void |
VerifyPolicyForResInfo(ResourceMatching __resmatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
VerifyPolicyForResInfo(ResourceMatching __resmatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
VerifyPolicyForResMetrics(ResourceMatching __resmatching)
|
void |
VerifyPolicyForResMetrics(ResourceMatching __resmatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
VerifyPolicyForResMetrics(ResourceMatching __resmatching,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String servicename
private eu.xtreemos.system.eventmachine.queue.Context context
private CommunicationAddress _accesspoint_remoteaddress
Constructor Detail |
---|
public SResMng(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail |
---|
public void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
public void getResources(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void getResources(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void getResources(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList)
public void inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void inheritMetricsCB(java.util.ArrayList<eu.xtreemos.xosd.utilities.metrics.MetricsDesc> __metricsList, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void addJobMetric(java.lang.String __jobId, eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric)
public void addJobMetric(java.lang.String __jobId, eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void addJobMetric(java.lang.String __jobId, eu.xtreemos.xosd.utilities.metrics.MetricsDesc __metric, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void removeJobMetric(java.lang.String __jobId, java.lang.String __metricName)
jobId
- metricName
- public void removeJobMetric(java.lang.String __jobId, java.lang.String __metricName, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jobId
- metricName
- public void removeJobMetric(java.lang.String __jobId, java.lang.String __metricName, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jobId
- metricName
- public void removeBuffers(java.lang.String __jobId)
jobId
- public void removeBuffers(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jobId
- public void removeBuffers(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jobId
- public void setMetricValue(java.lang.String __jobId, java.lang.String __metricName, java.lang.String __value)
jobId
- metricName
- value
- public void setMetricValue(java.lang.String __jobId, java.lang.String __metricName, java.lang.String __value, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jobId
- metricName
- value
- public void setMetricValue(java.lang.String __jobId, java.lang.String __metricName, java.lang.String __value, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jobId
- metricName
- value
- public void setMonitoringBuffering(java.lang.String __jobId, java.lang.String __metricName, java.lang.Boolean __enable, java.lang.String __user)
jobId
- metricName
- enable
- user
- public void setMonitoringBuffering(java.lang.String __jobId, java.lang.String __metricName, java.lang.Boolean __enable, java.lang.String __user, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jobId
- metricName
- enable
- user
- public void setMonitoringBuffering(java.lang.String __jobId, java.lang.String __metricName, java.lang.Boolean __enable, java.lang.String __user, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jobId
- metricName
- enable
- user
- public void getJobInfo(java.lang.String __jobId, java.lang.Integer __flags, java.lang.Integer __infoLevel, java.util.ArrayList<java.lang.String> __metricsList, java.lang.String __user)
public void getJobInfo(java.lang.String __jobId, java.lang.Integer __flags, java.lang.Integer __infoLevel, java.util.ArrayList<java.lang.String> __metricsList, java.lang.String __user, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getJobInfo(java.lang.String __jobId, java.lang.Integer __flags, java.lang.Integer __infoLevel, java.util.ArrayList<java.lang.String> __metricsList, java.lang.String __user, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void removeMetrics(java.lang.String __jobId)
jobId
- public void removeMetrics(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jobId
- public void removeMetrics(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jobId
- public void getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources)
resources
- The list of communication addresses of the resources
that we would like to learn the resource properties of.public void getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources, eu.xtreemos.system.communication.bus.CallbackMessage callback)
resources
- The list of communication addresses of the resources
that we would like to learn the resource properties of.public void getResourceDescriptors(java.util.ArrayList<CommunicationAddress> __resources, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
resources
- The list of communication addresses of the resources
that we would like to learn the resource properties of.public void getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result)
public void getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourceDescriptorsSuccess(java.util.ArrayList<ResourceDescriptorRecord> __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResourceDescriptorsFailure(java.lang.Exception __ex)
public void getResourceDescriptorsFailure(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourceDescriptorsFailure(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list)
public void policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void policyEnforceRequest(java.util.ArrayList<CommunicationAddress> __list, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate)
public void policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void policyEnforceRequestCertificateCatcher(java.security.cert.X509Certificate __certificate, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err)
err
- public void policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err, eu.xtreemos.system.communication.bus.CallbackMessage callback)
err
- public void policyEnforceRequestCertificateCatcherFailure(java.lang.Exception __err, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
err
- public void verifyPolicyCertResHandler(ResourceMatching __rmList)
rmList
- Signed list of resourcespublic void verifyPolicyCertResHandler(ResourceMatching __rmList, eu.xtreemos.system.communication.bus.CallbackMessage callback)
rmList
- Signed list of resourcespublic void verifyPolicyCertResHandler(ResourceMatching __rmList, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
rmList
- Signed list of resourcespublic void createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable)
public void createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void createRequest(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdlTable, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes)
public void createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void createRequestAnswer(java.util.ArrayList<CommunicationAddress> __alRes, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getDaemonsReplyAndProcess(java.util.ArrayList __list)
list
- List of available hostspublic void getDaemonsReplyAndProcess(java.util.ArrayList __list, eu.xtreemos.system.communication.bus.CallbackMessage callback)
list
- List of available hostspublic void getDaemonsReplyAndProcess(java.util.ArrayList __list, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
list
- List of available hostspublic void getResourceMonitorReplyFailure(java.lang.Exception __ex)
ex
- public void getResourceMonitorReplyFailure(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback)
ex
- public void getResourceMonitorReplyFailure(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
ex
- public void getResourceMonitorReply(java.util.Hashtable __glue)
glue
- public void getResourceMonitorReply(java.util.Hashtable __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback)
glue
- public void getResourceMonitorReply(java.util.Hashtable __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
glue
- public void getXMLExtractorReply(java.util.Hashtable __list)
#getResources(String)
service call. The method
getResourceMonitorReply(Hashtable)
registers this callback.
list
- The structure representing the JSDL input, the result
of the call to the XMLExtractor service.public void getXMLExtractorReply(java.util.Hashtable __list, eu.xtreemos.system.communication.bus.CallbackMessage callback)
#getResources(String)
service call. The method
getResourceMonitorReply(Hashtable)
registers this callback.
list
- The structure representing the JSDL input, the result
of the call to the XMLExtractor service.public void getXMLExtractorReply(java.util.Hashtable __list, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
#getResources(String)
service call. The method
getResourceMonitorReply(Hashtable)
registers this callback.
list
- The structure representing the JSDL input, the result
of the call to the XMLExtractor service.public void getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection)
selection
- The result obtained from the ADS, filtered by the
resource requirements in the JSDL.public void getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection, eu.xtreemos.system.communication.bus.CallbackMessage callback)
selection
- The result obtained from the ADS, filtered by the
resource requirements in the JSDL.public void getResourcesADSSucceeded(java.util.ArrayList<CommunicationAddress> __selection, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
selection
- The result obtained from the ADS, filtered by the
resource requirements in the JSDL.public void VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching)
public void VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void VerifyPolicyAEMSuccess(ResourceMatching __verifiedMatching, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResourcesFromPath(java.lang.String __queryFileName)
queryFileName
- The filename of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesFromPath(java.lang.String __queryFileName, eu.xtreemos.system.communication.bus.CallbackMessage callback)
queryFileName
- The filename of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesFromPath(java.lang.String __queryFileName, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
queryFileName
- The filename of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesADS(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany)
public void getResourcesADS(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourcesADS(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResourcesCentral(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void getResourcesCentral(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void getResourcesCentral(java.lang.String __query, java.security.cert.X509Certificate __userCtx, java.lang.Integer __howMany, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.userCtx
- The certificate signifying the user on whose behalf
the call is doing the query.howMany
- A hint, specifying how many retrieved resources we
would like to have.public void getResourcesFromString(java.lang.String __query)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesFromString(java.lang.String __query, eu.xtreemos.system.communication.bus.CallbackMessage callback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesFromString(java.lang.String __query, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.public void getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl)
jsdl
- The structure containing the parsed and searchable contents
of the XML file with JSDL query.public void getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl, eu.xtreemos.system.communication.bus.CallbackMessage callback)
jsdl
- The structure containing the parsed and searchable contents
of the XML file with JSDL query.public void getResourcesFromStructure(java.util.Hashtable<java.lang.String,java.lang.Object> __jsdl, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
jsdl
- The structure containing the parsed and searchable contents
of the XML file with JSDL query.public void getResourcesSorted(java.lang.String __query, ResourceDescriptorComparatorSerializable __comparator)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.comparator
- The comparator to use when sorting the records.public void getResourcesSorted(java.lang.String __query, ResourceDescriptorComparatorSerializable __comparator, eu.xtreemos.system.communication.bus.CallbackMessage callback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.comparator
- The comparator to use when sorting the records.public void getResourcesSorted(java.lang.String __query, ResourceDescriptorComparatorSerializable __comparator, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
query
- The contents of the XML file with JSDL query
containing the resource query as a part of a job description.comparator
- The comparator to use when sorting the records.public void getResourcesScored(java.lang.String __query)
public void getResourcesScored(java.lang.String __query, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourcesScored(java.lang.String __query, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResourcesScoredWeighted(java.lang.String __query, java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights)
public void getResourcesScoredWeighted(java.lang.String __query, java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourcesScoredWeighted(java.lang.String __query, java.util.Hashtable<java.lang.Integer,java.lang.Double> __weights, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getNodeResourceGLUE(CommunicationAddress __address)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getNodeResourceGLUE(CommunicationAddress __address, eu.xtreemos.system.communication.bus.CallbackMessage callback)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getNodeResourceGLUE(CommunicationAddress __address, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue)
getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback)
getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void getProxyResMonReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
getNodeResourceGLUE(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void getNodeResourceDescriptor(CommunicationAddress __address)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getNodeResourceDescriptor(CommunicationAddress __address, eu.xtreemos.system.communication.bus.CallbackMessage callback)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getNodeResourceDescriptor(CommunicationAddress __address, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
address
- The node we request the resource details of the
ResourceMonitor service from.public void getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue)
getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback)
getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void getProxyResMonDescrReply(java.util.Hashtable<java.lang.String,java.lang.Object> __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
getNodeResourceDescriptor(CommunicationAddress)
and passes the returns the value.
glue
- The value passed by the ResourceMonitor.public void failureCallback(java.lang.Exception __ex)
public void failureCallback(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void failureCallback(java.lang.Exception __ex, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void testCall()
public void testCall(eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void testCall(eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void testCallCallback1(java.util.Hashtable __jsdl)
public void testCallCallback1(java.util.Hashtable __jsdl, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void testCallCallback1(java.util.Hashtable __jsdl, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void testCallCallback2(java.util.Hashtable __glue)
public void testCallCallback2(java.util.Hashtable __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void testCallCallback2(java.util.Hashtable __glue, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResourcesFromParsedCommand(ParsedCommand __command)
public void getResourcesFromParsedCommand(ParsedCommand __command, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResourcesFromParsedCommand(ParsedCommand __command, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResInfo(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void getResInfo(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx, eu.xtreemos.system.communication.bus.CallbackMessage callback)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void getResInfo(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void VerifyPolicyForResInfo(ResourceMatching __resmatching)
public void VerifyPolicyForResInfo(ResourceMatching __resmatching, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void VerifyPolicyForResInfo(ResourceMatching __resmatching, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list)
public void getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResInfoSuccess(java.util.Hashtable<java.lang.String,java.lang.String> __list, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResMetrics(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void getResMetrics(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx, eu.xtreemos.system.communication.bus.CallbackMessage callback)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void getResMetrics(CommunicationAddress __resource, java.security.cert.X509Certificate __userCtx, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
resource
- The resource we are querying the information on.userCtx
- The user that queries the informationpublic void VerifyPolicyForResMetrics(ResourceMatching __resmatching)
public void VerifyPolicyForResMetrics(ResourceMatching __resmatching, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void VerifyPolicyForResMetrics(ResourceMatching __resmatching, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics)
public void getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getResMetricsSuccess(java.util.ArrayList<java.lang.String> __metrics, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |