Uses of Class
org.dmtf.schemas.wbem.wsman._1.wsman.SelectorSetType

Packages that use SelectorSetType
com.sun.ws.management   
org.dmtf.schemas.wbem.wsman._1.wsman   
 

Uses of SelectorSetType in com.sun.ws.management
 

Methods in com.sun.ws.management that return SelectorSetType
static SelectorSetType ManagementUtility.populateSelectorSetType(java.util.Map<java.lang.String,java.lang.String> selectors, SelectorSetType selectorContainer)
          Takes an existing SelectorSetType container and a Map where Key,Value or Name,Value have been supplied are accepted as parameters.
 

Methods in com.sun.ws.management with parameters of type SelectorSetType
static java.util.Map<java.lang.String,java.lang.String> ManagementUtility.extractSelectorsAsMap(SelectorSetType selectorContainer)
          The method takes a SelectorSetType instance and returns the Selectors defined in a Map<String,String> instance, with Key,Value being the values respectively.
static SelectorSetType ManagementUtility.populateSelectorSetType(java.util.Map<java.lang.String,java.lang.String> selectors, SelectorSetType selectorContainer)
          Takes an existing SelectorSetType container and a Map where Key,Value or Name,Value have been supplied are accepted as parameters.
 

Uses of SelectorSetType in org.dmtf.schemas.wbem.wsman._1.wsman
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return SelectorSetType
 SelectorSetType ObjectFactory.createSelectorSetType()
          Create an instance of SelectorSetType
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return types with arguments of type SelectorSetType
 javax.xml.bind.JAXBElement<SelectorSetType> ObjectFactory.createSelectorSet(SelectorSetType value)
          Create an instance of JAXBElement<SelectorSetType>}
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman with parameters of type SelectorSetType
 javax.xml.bind.JAXBElement<SelectorSetType> ObjectFactory.createSelectorSet(SelectorSetType value)
          Create an instance of JAXBElement<SelectorSetType>}