|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectorType | |
---|---|
com.sun.ws.management | |
com.sun.ws.management.framework | |
com.sun.ws.management.transfer | |
org.dmtf.schemas.wbem.wsman._1.wsman |
Uses of SelectorType in com.sun.ws.management |
---|
Fields in com.sun.ws.management with type parameters of type SelectorType | |
---|---|
static java.util.Set<SelectorType> |
ManagementMessageValues.DEFAULT_SELECTOR_SET
|
Methods in com.sun.ws.management that return types with arguments of type SelectorType | |
---|---|
static java.util.Set<SelectorType> |
ManagementUtility.createSelectorType(java.util.Map<java.lang.String,java.lang.String> selectorsAsProperties)
Takes a Map |
java.util.Set<SelectorType> |
Management.getSelectors()
|
java.util.Set<SelectorType> |
ManagementMessageValues.getSelectorSet()
|
Method parameters in com.sun.ws.management with type arguments of type SelectorType | |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
ManagementUtility.extractSelectorsAsMap(java.util.Map<java.lang.String,java.lang.String> map,
java.util.List<SelectorType> selectorsList)
The method takes a List<SelectorType> instance and returns the Selectors defined in a Map<String,String> instance, with Key,Value being the values respectively. |
static void |
DefaultAddressingModelUtility.populateMap(java.util.HashMap<java.lang.String,java.lang.String> selectors,
java.util.Set<SelectorType> selSet)
Take SelectorType and populate the Map |
void |
Management.setSelectors(java.util.Set<SelectorType> selectors)
|
void |
ManagementMessageValues.setSelectorSet(java.util.Set<SelectorType> selectorSet)
|
Uses of SelectorType in com.sun.ws.management.framework |
---|
Methods in com.sun.ws.management.framework that return SelectorType | |
---|---|
static SelectorType |
Utilities.getSelectorByName(java.lang.String name,
java.util.Set<SelectorType> selectorSet)
|
Method parameters in com.sun.ws.management.framework with type arguments of type SelectorType | |
---|---|
static SelectorType |
Utilities.getSelectorByName(java.lang.String name,
java.util.Set<SelectorType> selectorSet)
|
Uses of SelectorType in com.sun.ws.management.transfer |
---|
Method parameters in com.sun.ws.management.transfer with type arguments of type SelectorType | |
---|---|
static Management |
TransferUtility.createMessage(java.lang.String destination,
java.lang.String resourceUri,
java.lang.String action,
java.util.Set<SelectorType> selectors,
org.w3c.dom.Document contents,
long timeout,
java.lang.String uidScheme)
Method populates a transfer instance with the values passed in. |
Uses of SelectorType in org.dmtf.schemas.wbem.wsman._1.wsman |
---|
Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return SelectorType | |
---|---|
SelectorType |
ObjectFactory.createSelectorType()
Create an instance of SelectorType |
Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return types with arguments of type SelectorType | |
---|---|
javax.xml.bind.JAXBElement<SelectorType> |
ObjectFactory.createSelector(SelectorType value)
Create an instance of JAXBElement < SelectorType > } |
java.util.List<SelectorType> |
SelectorSetType.getSelector()
Gets the value of the selector property. |
Methods in org.dmtf.schemas.wbem.wsman._1.wsman with parameters of type SelectorType | |
---|---|
javax.xml.bind.JAXBElement<SelectorType> |
ObjectFactory.createSelector(SelectorType value)
Create an instance of JAXBElement < SelectorType > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |