Uses of Interface
com.sun.ws.management.client.Resource

Packages that use Resource
com.sun.ws.management.client   
 

Uses of Resource in com.sun.ws.management.client
 

Methods in com.sun.ws.management.client that return Resource
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion)
          Creates a new resource instance on the server.
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion, java.util.HashSet<org.dmtf.schemas.wbem.wsman._1.wsman.OptionType> optionSet)
          Creates a new resource instance on the server.
static Resource ResourceFactory.create(java.lang.String destination, java.lang.String resourceURI, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType existingResourceId, long timeoutInMilliseconds, java.lang.Object content, java.lang.String specVersion, java.util.HashSet<org.dmtf.schemas.wbem.wsman._1.wsman.OptionType> optionSet, java.lang.Object expression, java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.String dialect)
          Create a new resource on the server.
static Resource ResourceFactory.createFragment(java.lang.String destination, java.lang.String resourceURI, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType existingResourceId, long timeoutInMilliseconds, org.w3c.dom.Document content, java.lang.String specVersion, java.lang.String fragmentExp, java.lang.String dialect)
          Create a fragment resource on the server.
static Resource[] ResourceFactory.find(java.lang.String destination, java.lang.String resourceURI, long timeout, java.util.Map<java.lang.String,java.lang.String> selectors)
          Static method for locating existing exposed resource(s).
static Resource[] ResourceFactory.find(java.lang.String destination, java.lang.String resourceURI, long timeout, org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType selectors)
          Static method for locating existing exposed resource(s).
 Resource[] EnumerableResource.pullResources(EnumerationCtx enumerationContext, int maxTime, int maxElements, int maxCharacters, java.lang.String endpointUrl)
          Assumes getEpr was set to true in the original EnumerableResource.enumerate(Object, Map, String, boolean, boolean) call.
 

Methods in com.sun.ws.management.client with parameters of type Resource
static void ResourceFactory.delete(Resource res)
          Delete the specified resource on the server.