Uses of Class
uk.ac.soton.itinnovation.grid.comms.wsdl.WebMethod

Packages that use WebMethod
sample GRIA Service Developer Kit sample packages. 
uk.ac.soton.itinnovation.grid.comms.account   
uk.ac.soton.itinnovation.grid.comms.data   
uk.ac.soton.itinnovation.grid.comms.dataresource   
uk.ac.soton.itinnovation.grid.comms.job   
uk.ac.soton.itinnovation.grid.comms.management   
uk.ac.soton.itinnovation.grid.comms.membership   
uk.ac.soton.itinnovation.grid.comms.ogsadai Communications package - contains interfaces for the communications classes. 
uk.ac.soton.itinnovation.grid.comms.registry   
uk.ac.soton.itinnovation.grid.comms.sla   
uk.ac.soton.itinnovation.grid.comms.wsrf   
uk.ac.soton.itinnovation.grid.comms.wstrust   
uk.ac.soton.itinnovation.grid.service.types   
uk.ac.soton.itinnovation.grid.types   
 

Uses of WebMethod in sample
 

Methods in sample with annotations of type WebMethod
 org.apache.axis.message.addressing.EndpointReferenceType SampleService.createSampleResource(String label, MatchPattern owner)
          Create a new resource.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.account
 

Methods in uk.ac.soton.itinnovation.grid.comms.account with annotations of type WebMethod
 void AccountResource.addBudgetHolderRule(MatchRule rule)
          Deprecated. 
 void PrivateAccountResource.addPeerAccount(org.apache.axis.message.addressing.EndpointReferenceType peer)
          Add 'peer' to the list of peers of this account.
 void AccountResource.addUserRule(MatchRule delegate)
          Deprecated. 
 void TradeAccountResource.bill(IDType onBehalfOf, BigDecimal amount, String currency, String resource, String message)
          Charge something to the account.
 void TradeAccountResource.checkCreditAvailable(BigDecimal amount, String currency)
          Test whether we can withdraw this amount now.
 boolean AccountResource.checkUser(SubjectDescription user)
          Test whether this user has the 'user' role.
 void TradeAccountResource.checkWhetherCreditAvailable(BigDecimal amount)
          Deprecated. see TradeAccountResource.checkCreditAvailable(java.math.BigDecimal, java.lang.String)
 void AccountResource.closeAccount()
          Close an account
 AccountStatement AccountResource.getAccountStatement(Date periodStart, Date periodEnd)
          Get a statement for an account
 String AccountResource.getAccountStatus()
          Get the current status of an account
 MatchRule[] AccountResource.getBudgetHolderRules()
          Deprecated. 
 org.apache.axis.message.addressing.EndpointReferenceType[] PrivateAccountResource.getPeerAccounts()
          List the current peer accounts.
 MatchRule[] AccountResource.getUserRules()
          Deprecated. 
 void TradeAccountResource.makePayment(IDType onBehalfOf, BigDecimal amount, String currency, String resource, String message)
          Make a payment on an account
 org.apache.axis.message.addressing.EndpointReferenceType PrivateAccountService.openAccount(String budgetHolderName, String budgetHolderTelephone, String budgetHolderEmail, AddressType clientOrganisationAddress, String clientOrganisationCreditDetails, String label, MatchRule owner)
          Attempt to open a new account.
 org.apache.axis.message.addressing.EndpointReferenceType AccountService.openAccount(String budgetHolderName, String budgetHolderTelephone, String budgetHolderEmail, AddressType clientOrganisationAddress, String clientOrganisationCreditDetails, String label, MatchRule owner)
           
 org.apache.axis.message.addressing.EndpointReferenceType TradeAccountService.openAccount(String budgetHolderName, String budgetHolderTelephone, String budgetHolderEmail, AddressType clientOrganisationAddress, String clientOrganisationCreditDetails, String label, MatchRule owner)
          Attempt to open a new account.
 void AccountResource.removeBudgetHolderRule(MatchRule rule)
          Deprecated. 
 void PrivateAccountResource.removePeerAccount(org.apache.axis.message.addressing.EndpointReferenceType peer)
          Remove a peer previously added with addPeerAccount.
 void AccountResource.removeUserRule(MatchRule delegate)
          Deprecated. 
 void TradeAccountResource.setCreditLimit(BigDecimal creditLimit)
          Set the account's credit limit
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.data
 

Methods in uk.ac.soton.itinnovation.grid.comms.data with annotations of type WebMethod
 void DataStagerResource.addOwnerRule(MatchRule rule)
          Deprecated. see PolicyManagement
 DataStagerStatus DataStagerResource.checkData()
          Reports on the status of the data stager.
 boolean DataStagerResource.checkReadAccess(SubjectDescription delegateUser)
          Checks if the quoted delegate may read from this data stager.
 boolean DataStagerResource.checkWriteAccess(SubjectDescription delegateUser)
          Checks if the quoted delegate may write to this data stager
 void DataStagerResource.copyFrom(org.apache.axis.message.addressing.EndpointReferenceType source)
          Copy data from another data stager.
 void DataStagerResource.copyFromURL(String source)
          Copy data from a normal web resource identified by a URL.
 void DataStagerResource.copyTo(org.apache.axis.message.addressing.EndpointReferenceType target)
          Copy data to another data stager.
 org.apache.axis.message.addressing.EndpointReferenceType DataService.createStagingArea(String label, MatchRule owner)
          Create a new staging area.
 void DataStagerResource.deleteContents()
          Delete data in the staging area.
 void DataStagerResource.disableR(MatchRule delegateUser)
          Deprecated. see PolicyManagement
 void DataStagerResource.disableW(MatchRule delegateUser)
          Deprecated. see PolicyManagement
 void DataStagerResource.enableR(MatchRule delegateUser)
          Deprecated. see PolicyManagement
 void DataStagerResource.enableW(MatchRule delegateUser)
          Deprecated. see PolicyManagement
 void DataStagerResource.finishData()
          Deprecated. Use WSResourceLifetime.destroy() instead.
 MatchRule[] DataStagerResource.getManagerRules()
          Deprecated. see PolicyManagement
 MatchRule[] DataStagerResource.getOwnerRules()
          Deprecated. see PolicyManagement
 MatchRule[] DataStagerResource.getReaderRules()
          Deprecated. see PolicyManagement
 MatchRule[] DataStagerResource.getWriterRules()
          Deprecated. see PolicyManagement
 javax.activation.DataHandler DataStagerResource.read()
          Read data from the stager.
 void DataStagerResource.removeOwnerRule(MatchRule rule)
          Deprecated. see PolicyManagement
 void DataStagerResource.save(javax.activation.DataHandler data)
          Store data in the stager.
 void DataStagerResource.writeEnable()
          Write enable the staging area.
 void DataStagerResource.writeProtect()
          Write protect the staging area.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.dataresource
 

Methods in uk.ac.soton.itinnovation.grid.comms.dataresource with annotations of type WebMethod
 org.apache.axis.message.addressing.EndpointReferenceType DataResourceManagement.connectDataResource(MatchRule owner, String label, Map<String,String> attributes)
          Connect an existing data resource.
 org.apache.axis.message.addressing.EndpointReferenceType DataResource.connectDataResourceRole(String parentDataResourceID, MatchRule owner, String label, Map<String,String> attributes, String metricURI)
          Connect an existing role.
 org.apache.axis.message.addressing.EndpointReferenceType[] DataResourceManagement.createDataResource(MatchRule owner, String label)
          Create a new data resource with default roles.
 org.apache.axis.message.addressing.EndpointReferenceType DataResource.createDataResourceRole(String parentDataResourceID, MatchRule owner, String label, Map<String,String> attributes, String metricURI)
          Create a role on the data resource backend.
 org.apache.axis.message.addressing.EndpointReferenceType DataResourceRole.createSubscription(MatchRule owner, String label)
          Create a subscription to this data resource role.
 String[] DataResourceManagement.getDataResourceAttributeNames()
          Get a list of attribute names that are valid for data resources.
 Map<String,String> DataResource.getDataResourceAttributes()
          Get the attribute values of this data resource.
 String[] DataResourceManagement.getDataResourceRoleAttributeNames()
          Get a list of attribute names that are valid for data resource roles.
 Map<String,String> DataResourceRole.getDataResourceRoleAttributes()
          Get the attribute values of this data resource role.
 void DataResource.modifyDataResource(String label, Map<String,String> attributes)
          Modify parts of this data resource.
 void DataResourceRole.modifyDataResourceRole(String label, Map<String,String> attributes)
          Modify parts of this data resource role.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.job
 

Methods in uk.ac.soton.itinnovation.grid.comms.job with annotations of type WebMethod
 void JobResource.cancelJob()
          Cancel a job that has been started.
 JobStatus JobResource.checkJob()
          Check the current status of a job.
 JobStatus JobService.createJob(String applicationURI, MatchRule owner)
          Deprecated. See JobService.createJobJSDL(org.w3c.dom.Document, uk.ac.soton.itinnovation.grid.types.MatchPattern). Create a new job. Billing information should be passed in a SOAP header.
 Document JobService.createJobJSDL(Document jsdl, MatchPattern owner)
          Create a new job.
 void JobResource.finishJob()
          Finish the job conversation.
 Document JobService.getApplicationDescription(String applicationURI)
          Deprecated. in version 5.2 see JobService.getApplicationMetadataDetailed(java.lang.String)
 Document JobService.getApplicationMetadata(String applicationURI)
          Deprecated. in version 5.1 see JobService.getApplicationDescription(java.lang.String)
 Document JobService.getApplicationMetadataDetailed(String applicationURI)
          Get the 5.2 style meta-data for a particular application.
 String[] JobService.getApplications()
          List the applications available on this service.
 String JobResource.getJSDL()
          Retrieves the original JSDL Document used to create the job
 void JobResource.startJob(String[] args)
          Deprecated. See JobResource.submitJob(org.w3c.dom.Document, java.lang.String[]).
 void JobResource.submitJob(Document jobConstraints, String[] args)
          Deprecated. See JobResource.submitJobJSDL(). Submit the job to the queue, via the platform scripts. All inputs must already have been uploaded before this is called. Job execution is controlled by the underlying resource manager.
 void JobResource.submitJobJSDL()
          Submit the job (already defined by a JSDL document) to the queue, via the platform scripts.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.management
 

Methods in uk.ac.soton.itinnovation.grid.comms.management with annotations of type WebMethod
 void ManagedGridService.addTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
          Add a trusted management service to the list.
 org.apache.axis.message.addressing.EndpointReferenceType[] ManagedGridService.getTrustedAccountServices()
          Get a list of trusted management services, as a list of EPRs.
 void ManagedGridService.removeTrustedAccountService(org.apache.axis.message.addressing.EndpointReferenceType service)
          Remove a trusted management service from the list.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.membership
 

Methods in uk.ac.soton.itinnovation.grid.comms.membership with annotations of type WebMethod
 org.apache.axis.message.addressing.EndpointReferenceType MembershipService.createGroup(String label, MatchRule owner)
           
 MatchPattern MembershipGroupResource.getMembershipPattern()
          Get a pattern to match group members.
 MatchRule MembershipGroupResource.getMembershipRule()
          Deprecated. use MembershipGroupResource.getMembershipPattern()
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.ogsadai
 

Methods in uk.ac.soton.itinnovation.grid.comms.ogsadai with annotations of type WebMethod
 void OgsaDaiDBRoleI.addClientRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.addPolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBSubscriptionI.addDelegateRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.addPolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBSubscriptionI.addOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.addPolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBI.addOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.addPolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBRoleI.addOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.addPolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiSubscription.checkPolicyRule(SubjectDescription client, String action)
          The method first checks to see if the current user (the caller) is permitted to invoke the operation checkPolicyRule.
 org.apache.axis.message.addressing.EndpointReferenceType OgsaDaiServiceSOAP.connectDatabase(MatchRule owner, String label, String jdbcURL)
          Deprecated. Replaced by DataResourceManagement.connectDataResource(uk.ac.soton.itinnovation.grid.types.MatchRule, java.lang.String, java.util.Map)
 org.apache.axis.message.addressing.EndpointReferenceType[] OgsaDaiServiceSOAP.createDatabase(MatchRule owner, String label, String metricURI)
          Deprecated. Replaced by DataResourceManagement.createDataResource(uk.ac.soton.itinnovation.grid.types.MatchRule, java.lang.String)
 org.apache.axis.message.addressing.EndpointReferenceType OgsaDaiDBI.createRole(MatchRule owner, String label, String username, String password, boolean own, String metricURI, String resourceID)
          Deprecated. Replaced by DataResource.connectDataResourceRole(java.lang.String, uk.ac.soton.itinnovation.grid.types.MatchRule, java.lang.String, java.util.Map, java.lang.String).
 String OgsaDaiDBSubscriptionI.executeSelect(MatchRule rule, String sql)
          Deprecated. Users should now construct perform documents on the client side using OGSA-DAI libraries
 String OgsaDaiSubscription.executeSelect(MatchRule rule, String sql)
          Deprecated. Users should now construct perform documents on the client side using OGSA-DAI libraries
 String OgsaDaiDBSubscriptionI.executeUpdate(MatchRule rule, String sql)
          Deprecated. Users should now construct perform documents on the client side using OGSA-DAI libraries
 String OgsaDaiSubscription.executeUpdate(MatchRule rule, String sql)
          Deprecated. Users should now construct perform documents on the client side using OGSA-DAI libraries
 ExtensibilityType OgsaDaiDBSubscriptionI.getBlock(String id)
          Deprecated. Replaced by OgsaDaiSubscription.getBlock(java.lang.String).
 ExtensibilityType OgsaDaiSubscription.getBlock(String id)
          Compatibility method for OGSA-DAI clients.
 MatchRule[] OgsaDaiDBRoleI.getClientRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 MatchRule[] OgsaDaiDBSubscriptionI.getDelegateRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 String[] OgsaDaiDBRoleI.getDetails()
          Deprecated. Replaced by DataResourceRole.getDataResourceRoleAttributes().
 ExtensibilityType OgsaDaiDBSubscriptionI.getFully(String id)
          Deprecated. Replaced by OgsaDaiSubscription.getFully(java.lang.String).
 ExtensibilityType OgsaDaiSubscription.getFully(String id)
          Compatibility method for OGSA-DAI clients.
 String OgsaDaiDBI.getJDBCUrl()
          Deprecated. Replaced by DataResource.getDataResourceAttributes().
 Document OgsaDaiSubscription.GetMultipleResourceProperties(GetMultipleResourcePropertiesRequest getMultipleResourcePropertiesRequest)
          Compatibility method for OGSA-DAI clients.
 ExtensibilityType OgsaDaiDBSubscriptionI.getNBlocks(String id, int numberOfBlocks)
          Deprecated. Replaced by OgsaDaiSubscription.getNBlocks(java.lang.String, int).
 ExtensibilityType OgsaDaiSubscription.getNBlocks(String id, int numberOfBlocks)
          Compatibility method for OGSA-DAI clients.
 MatchRule[] OgsaDaiDBSubscriptionI.getOwnerRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 MatchRule[] OgsaDaiDBI.getOwnerRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 MatchRule[] OgsaDaiDBRoleI.getOwnerRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 Document OgsaDaiSubscription.GetResourceProperty(QName getResourcePropertyRequest)
          Compatibility method for OGSA-DAI clients.
 org.apache.axis.message.addressing.EndpointReferenceType[] OgsaDaiService.getResources()
          List the resources for which the caller has some role.
 MatchRule[] OgsaDaiDBSubscriptionI.getRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 MatchRule[] OgsaDaiDBRoleI.getRules()
          Deprecated. Replaced by PolicyManagement.getPolicyRules()
 String OgsaDaiSubscription.getVersion()
          Returns the OGSA-DAI version This is an OGSA-DAI compatibility method, and is used by the OGSA-DAI client.
 String[] OgsaDaiSubscription.listResources(String listResourcesVoid)
          List the caller's subscriptions This is an OGSA-DAI compatibility method, and is used by the OGSA-DAI client.
 void OgsaDaiDBRoleI.modifyRole(String label, String username, String password, String metricURI)
          Deprecated. Replaced by DataResourceRole.modifyDataResourceRole(java.lang.String, java.util.Map).
 ExtensibilityType OgsaDaiDBSubscriptionI.perform(ExtensibilityType sql)
          Deprecated. Replaced by OgsaDaiSubscription.perform(uk.org.ogsadai.types.ExtensibilityType).
 ExtensibilityType OgsaDaiSubscription.perform(ExtensibilityType sql)
          Executes a perform document on the database.
 ExtensibilityType OgsaDaiDBSubscriptionI.performWithRule(MatchRule rule, ExtensibilityType sql)
          Deprecated. Replaced by OgsaDaiSubscription.performWithRule(uk.ac.soton.itinnovation.grid.types.MatchRule, uk.org.ogsadai.types.ExtensibilityType).
 ExtensibilityType OgsaDaiSubscription.performWithRule(MatchRule rule, ExtensibilityType sql)
          Executes a perform document on the database.
 void OgsaDaiDBSubscriptionI.putBlock(String id, ExtensibilityType data)
          Deprecated. Replaced by OgsaDaiSubscription.putBlock(java.lang.String, uk.org.ogsadai.types.ExtensibilityType).
 void OgsaDaiSubscription.putBlock(String id, ExtensibilityType data)
          Compatibility method for OGSA-DAI clients.
 void OgsaDaiDBSubscriptionI.putFully(String id, ExtensibilityType data)
          Deprecated. Replaced by OgsaDaiSubscription.putFully(java.lang.String, uk.org.ogsadai.types.ExtensibilityType).
 void OgsaDaiSubscription.putFully(String id, ExtensibilityType data)
          Compatibility method for OGSA-DAI clients.
 void OgsaDaiDBRoleI.removeClientRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.removePolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBSubscriptionI.removeDelegateRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.removePolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBSubscriptionI.removeOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.removePolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBI.removeOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.removePolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBRoleI.removeOwnerRule(MatchRule rule)
          Deprecated. Replaced by PolicyManagement.removePolicyRule(uk.ac.soton.itinnovation.grid.types.PolicyRule)
 void OgsaDaiDBI.setJDBCUrl(String jdbcURL)
          Deprecated. Replaced by DataResource.modifyDataResource(java.lang.String, java.util.Map).
 org.apache.axis.message.addressing.EndpointReferenceType OgsaDaiDBRoleI.subscribe(MatchRule owner, String label)
          Deprecated. Replaced by DataResourceRole.createSubscription(uk.ac.soton.itinnovation.grid.types.MatchRule, java.lang.String).
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.registry
 

Methods in uk.ac.soton.itinnovation.grid.comms.registry with annotations of type WebMethod
 org.apache.axis.message.addressing.EndpointReferenceType CltMgtRegistryService.createRegistry(String label, MatchRule owner)
           
 MatchRule CltMgtRegistryResource.getMatchRuleForResource()
          Get a match rule for the specific resource.
 String CltMgtRegistryResource.getRegistryDomainModel()
          Get an XML/OWL representation of the registry domain model.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.sla
 

Methods in uk.ac.soton.itinnovation.grid.comms.sla with annotations of type WebMethod
 void SLAResource.addOwnerRule(MatchRule rule)
          Deprecated. 
 void SLAResource.addUserRule(MatchRule rule)
          Deprecated. 
 boolean SLAResource.checkUser(SubjectDescription user)
          Test whether this user has the 'user' role.
 void SLAResource.closeSLA()
          Close an SLA
 void SLAResource.continueActivity(org.apache.axis.message.addressing.EndpointReferenceType activityEPR, Constraint[] constraints)
          Checks that a change in an activity should be permitted.
 org.apache.axis.message.addressing.EndpointReferenceType SLAService.createSLA(SLAProposal terms, String label, MatchRule owner)
          Create a new agreement.
 org.apache.axis.message.addressing.EndpointReferenceType SLAService.createSLATemplate(Document doc, MatchRule owner)
          Create a new SLA Template.
 MatchRule[] SLAResource.getOwnerRules()
          Deprecated. 
 String SLAResource.getSLAState()
          Deprecated. 
 SLATemplate SLATemplateResource.getSLATemplate()
          Get the template details.
 SLATemplate SLAResource.getSLATerms()
          Gets the Terms for an SLA
 SLAUsageSummary SLAResource.getUsage(Date start, Date end, long reportInterval, long maxReports)
          Gets usage reports from an sla
 Document SLAResource.getUsageSummary()
          Deprecated. see SLAResource.getUsage(java.util.Date, java.util.Date, long, long)
 MatchRule[] SLAResource.getUserRules()
          Deprecated. 
 void SLATemplateResource.publishSLATemplate()
          Publish an SLA Template.
 void SLAResource.removeOwnerRule(MatchRule rule)
          Deprecated. 
 void SLAResource.removeUserRule(MatchRule rule)
          Deprecated. 
 void SLAResource.startActivity(org.apache.axis.message.addressing.EndpointReferenceType activityEPR, Constraint[] constraints, UsageReport[] reports)
          Check that an activity should be started.
 void SLATemplateResource.withdrawSLATemplate()
          Withdraw (unpublish) an SLA Template.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.wsrf
 

Methods in uk.ac.soton.itinnovation.grid.comms.wsrf with annotations of type WebMethod
 void WSResourceLifetime.destroy()
           
 Document WSRFService.GetResourceProperty(QName qname)
          Get a resource property.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.comms.wstrust
 

Methods in uk.ac.soton.itinnovation.grid.comms.wstrust with annotations of type WebMethod
 Document WSTrust.RequestSecurityToken(Element request)
          Request a security token, as defined by the WS-Trust specification.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.service.types
 

Methods in uk.ac.soton.itinnovation.grid.service.types with annotations of type WebMethod
 org.apache.axis.message.addressing.EndpointReferenceType[] SimpleRegistry.getRegisteredResources(String resourceType)
          List the currently registered resources.
 ReferenceDocumentType[] AdvancedRegistry.getRegisteredResourcesByConcept(String concept)
          List the currently registered resources of a given concept.
 void AdvancedRegistry.insertRelationshipBetweenReferanceAbles(org.apache.axis.message.addressing.EndpointReferenceType fromReference, String relationshipName, org.apache.axis.message.addressing.EndpointReferenceType toReference)
          Insert a relationship between two resources.
 String[] AdvancedRegistry.query(String query, String languageNS)
          Query the registry for registered resources.
 void SimpleRegistry.registerResource(org.apache.axis.message.addressing.EndpointReferenceType resource)
          Add 'resource' to the list of resources registered to this account.
 void AdvancedRegistry.registerResourceToConcept(org.apache.axis.message.addressing.EndpointReferenceType reference, Document referenceAble, String concept)
          Add 'reference-able' to a specific concept.
 void SimpleRegistry.unregisterResource(org.apache.axis.message.addressing.EndpointReferenceType resource)
          Remove a resource previously added with SimpleRegistry.registerResource(org.apache.axis.message.addressing.EndpointReferenceType).
 void AdvancedRegistry.unregisterResourceFromConcept(org.apache.axis.message.addressing.EndpointReferenceType reference, String concept)
          Remove a resource previously added with #registerResource under a specific concept.
 

Uses of WebMethod in uk.ac.soton.itinnovation.grid.types
 

Methods in uk.ac.soton.itinnovation.grid.types with annotations of type WebMethod
 void PolicyManagement.addPolicyRule(PolicyRule rule)
          Add an access control rule to this resource's dynamic access control policy.
 void PolicyManagementWSDL.addPolicyRule(PolicyRule rule)
           
 String[] Signallable.getAvailableSignals()
          List the signals which are available given the resource's current state.
 org.apache.axis.message.addressing.EndpointReferenceType FederationSelector.getBillingEPR(org.apache.axis.message.addressing.EndpointReferenceType[] targetTrustedResources, org.apache.axis.message.addressing.EndpointReferenceType targetService)
          Gets an EPR for a resource to which usage of another service can be billed.
 org.apache.axis.message.addressing.EndpointReferenceType ResourceMetadata.getEPR()
          Get the EPR for this resource.
 PolicyRule[] PolicyManagement.getPolicyRules()
          Get the access control rules in this resource's dynamic access control policy.
 PolicyRule[] PolicyManagementWSDL.getPolicyRules()
           
 org.apache.axis.message.addressing.EndpointReferenceType[] GridService.getResources()
          List the resources managed by this service for which the caller has some role.
 SubjectDescription GridService.getServiceProviderID()
          Returns the service provider ID, in the form of an Issuer and Subject DN.
 SubjectDescription GridService.getServiceProviderIssuer()
          Returns details of the issuer of the service's certificate.
 String[] PolicyManagement.getValidRoles()
          List the roles the caller is permitted to see.
 String[] PolicyManagementWSDL.getValidRoles()
           
 void PolicyManagement.removePolicyRule(PolicyRule rule)
          Remove an access control rule from this resource's dynamic access control policy.
 void PolicyManagementWSDL.removePolicyRule(PolicyRule rule)
           
 void ResourceMetadata.setLabel(String label)
          Change the resource's label.
 String Signallable.signal(String signalName)
          Signal an event to the resource's PBAC process.
 



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.