|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceState | |
---|---|
com.sun.ws.management.client | |
com.sun.ws.management.client.support |
Uses of ResourceState in com.sun.ws.management.client |
---|
Subinterfaces of ResourceState in com.sun.ws.management.client | |
---|---|
interface |
EnumerationResourceState
Represents any enumeration response document. |
Methods in com.sun.ws.management.client that return ResourceState | |
---|---|
ResourceState |
TransferableResource.get()
Generates a WS Management GET message and returns the contents of the Resource as a ResoruceState instance. |
ResourceState |
TransferableResource.get(java.lang.Object expression,
java.util.Map<java.lang.String,java.lang.String> namespaces,
java.lang.String dialect)
Generates a WS Management fragment GET message with fragmentExpression defining content to operate on in the agreed upon dialect and returns the contents of the Resource as a ResoruceState instance. |
ResourceState |
TransferableResource.get(java.lang.Object expression,
java.lang.String dialect)
Generates a WS Management fragment GET message with fragmentExpression defining content to operate on in the agreed upon dialect and returns the contents of the Resource as a ResoruceState instance. |
ResourceState |
Resource.invoke(java.lang.String action,
org.w3c.dom.Document document)
|
ResourceState |
EnumerableResource.pull(EnumerationCtx enumerationContext,
int maxTime,
int maxElements,
int maxCharacters)
Requests a list of eprs or objects. |
ResourceState |
TransferableResource.put(org.w3c.dom.Document content)
Generates a PUT request over WS Management protocol with contents of Document passed in. |
ResourceState |
TransferableResource.put(org.w3c.dom.Document content,
java.lang.Object expression,
java.lang.String dialect)
Generates a fragment PUT request over WS Management protocol with the fragment for update defined by fragmentExpression, using the fragmentDialect to be updated with the contents of the Document passed in. |
ResourceState |
TransferableResource.put(java.lang.Object content,
java.lang.Object expression,
java.util.Map<java.lang.String,java.lang.String> namespaces,
java.lang.String dialect)
Generates a fragment PUT request over WS Management protocol with the fragment for update defined by fragmentExpression, using the fragmentDialect to be updated with the contents of the Document passed in. |
ResourceState |
TransferableResource.put(ResourceState newState)
Generates a PUT request over WS Management protocol with contents of ResourceState passed in. |
Methods in com.sun.ws.management.client with parameters of type ResourceState | |
---|---|
ResourceState |
TransferableResource.put(ResourceState newState)
Generates a PUT request over WS Management protocol with contents of ResourceState passed in. |
Uses of ResourceState in com.sun.ws.management.client.support |
---|
Methods in com.sun.ws.management.client.support that return ResourceState | |
---|---|
static ResourceState |
IdentifySupport.retrieveIdentifyResponse(com.sun.ws.management.addressing.Addressing identifyResponse)
Returns the IdentifyResponse object as a familiar ResourceState instance complete with XPath processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |