com.hp.ov.nms.sdk.node
Class NodeBeanServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by com.hp.ov.nms.sdk.node.NodeBeanServiceStub

public class NodeBeanServiceStub
extends org.apache.axis2.client.Stub


Nested Class Summary
static class NodeBeanServiceStub.AddCapabilities
           
static class NodeBeanServiceStub.AddCapabilitiesResponse
           
static class NodeBeanServiceStub.AddConclusion
           
static class NodeBeanServiceStub.AddConclusionResponse
           
static class NodeBeanServiceStub.AddHints
           
static class NodeBeanServiceStub.AddHintsResponse
           
static class NodeBeanServiceStub.AddSeeds
           
static class NodeBeanServiceStub.AddSeedsResponse
           
static class NodeBeanServiceStub.BooleanOperator
           
static class NodeBeanServiceStub.Capability
           
static class NodeBeanServiceStub.CapabilityArray
           
static class NodeBeanServiceStub.Condition
           
static class NodeBeanServiceStub.Constraint
           
static class NodeBeanServiceStub.CustomAttribute
           
static class NodeBeanServiceStub.CustomAttributeArray
           
static class NodeBeanServiceStub.DeleteNode
           
static class NodeBeanServiceStub.DeleteNodeByUuid
           
static class NodeBeanServiceStub.DeleteNodeByUuidResponse
           
static class NodeBeanServiceStub.DeleteNodeResponse
           
static class NodeBeanServiceStub.DiscoveryState
           
static class NodeBeanServiceStub.Expression
           
static class NodeBeanServiceStub.ExtensionMapper
           
static class NodeBeanServiceStub.Filter
           
static class NodeBeanServiceStub.GetConclusions
           
static class NodeBeanServiceStub.GetConclusionsResponse
           
static class NodeBeanServiceStub.GetNodes
           
static class NodeBeanServiceStub.GetNodesResponse
           
static class NodeBeanServiceStub.ManagementMode
           
static class NodeBeanServiceStub.NmsNodeFault
           
static class NodeBeanServiceStub.NmsNodeFault0
           
static class NodeBeanServiceStub.Node
           
static class NodeBeanServiceStub.NodeArray
           
static class NodeBeanServiceStub.NodeConclusion
           
static class NodeBeanServiceStub.NodeConclusionArray
           
static class NodeBeanServiceStub.Operator
           
static class NodeBeanServiceStub.PollHosts
           
static class NodeBeanServiceStub.PollHostsResponse
           
static class NodeBeanServiceStub.RediscoverHosts
           
static class NodeBeanServiceStub.RediscoverHostsResponse
           
static class NodeBeanServiceStub.RemoveCapabilities
           
static class NodeBeanServiceStub.RemoveCapabilitiesResponse
           
static class NodeBeanServiceStub.Status
           
static class NodeBeanServiceStub.StringArray
           
static class NodeBeanServiceStub.UpdateCustomAttributes
           
static class NodeBeanServiceStub.UpdateCustomAttributesResponse
           
static class NodeBeanServiceStub.UpdateManagementMode
           
static class NodeBeanServiceStub.UpdateManagementModeResponse
           
static class NodeBeanServiceStub.UpdateNotes
           
static class NodeBeanServiceStub.UpdateNotesResponse
           
 
Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
NodeBeanServiceStub()
          Default Constructor
NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, java.lang.String targetEndpoint)
          Constructor that takes in a configContext
NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, java.lang.String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
NodeBeanServiceStub(java.lang.String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 NodeBeanServiceStub.AddCapabilitiesResponse addCapabilities(NodeBeanServiceStub.AddCapabilities addCapabilities)
          Auto generated method signature
 NodeBeanServiceStub.AddConclusionResponse addConclusion(NodeBeanServiceStub.AddConclusion addConclusion)
          Auto generated method signature
 NodeBeanServiceStub.AddHintsResponse addHints(NodeBeanServiceStub.AddHints addHints)
          Auto generated method signature
 NodeBeanServiceStub.AddSeedsResponse addSeeds(NodeBeanServiceStub.AddSeeds addSeeds)
          Auto generated method signature
 NodeBeanServiceStub.DeleteNodeResponse deleteNode(NodeBeanServiceStub.DeleteNode deleteNode)
          Auto generated method signature
 NodeBeanServiceStub.DeleteNodeByUuidResponse deleteNodeByUuid(NodeBeanServiceStub.DeleteNodeByUuid deleteNodeByUuid)
          Auto generated method signature
 NodeBeanServiceStub.GetConclusionsResponse getConclusions(NodeBeanServiceStub.GetConclusions getConclusions)
          Auto generated method signature
 NodeBeanServiceStub.GetNodesResponse getNodes(NodeBeanServiceStub.GetNodes getNodes)
          Auto generated method signature
 NodeBeanServiceStub.PollHostsResponse pollHosts(NodeBeanServiceStub.PollHosts pollHosts)
          Auto generated method signature
 NodeBeanServiceStub.RediscoverHostsResponse rediscoverHosts(NodeBeanServiceStub.RediscoverHosts rediscoverHosts)
          Auto generated method signature
 NodeBeanServiceStub.RemoveCapabilitiesResponse removeCapabilities(NodeBeanServiceStub.RemoveCapabilities removeCapabilities)
          Auto generated method signature
 NodeBeanServiceStub.UpdateCustomAttributesResponse updateCustomAttributes(NodeBeanServiceStub.UpdateCustomAttributes updateCustomAttributes)
          Auto generated method signature
 NodeBeanServiceStub.UpdateManagementModeResponse updateManagementMode(NodeBeanServiceStub.UpdateManagementMode updateManagementMode)
          Auto generated method signature
 NodeBeanServiceStub.UpdateNotesResponse updateNotes(NodeBeanServiceStub.UpdateNotes updateNotes)
          Auto generated method signature
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

NodeBeanServiceStub

public NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                           java.lang.String targetEndpoint)
                    throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

NodeBeanServiceStub

public NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                           java.lang.String targetEndpoint,
                           boolean useSeparateListener)
                    throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

NodeBeanServiceStub

public NodeBeanServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                    throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

NodeBeanServiceStub

public NodeBeanServiceStub()
                    throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

NodeBeanServiceStub

public NodeBeanServiceStub(java.lang.String targetEndpoint)
                    throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

addCapabilities

public NodeBeanServiceStub.AddCapabilitiesResponse addCapabilities(NodeBeanServiceStub.AddCapabilities addCapabilities)
                                                            throws java.rmi.RemoteException,
                                                                   NmsNodeFaultException0
Auto generated method signature

Parameters:
addCapabilities -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#addCapabilities

addConclusion

public NodeBeanServiceStub.AddConclusionResponse addConclusion(NodeBeanServiceStub.AddConclusion addConclusion)
                                                        throws java.rmi.RemoteException,
                                                               NmsNodeFaultException0
Auto generated method signature

Parameters:
addConclusion -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#addConclusion

addHints

public NodeBeanServiceStub.AddHintsResponse addHints(NodeBeanServiceStub.AddHints addHints)
                                              throws java.rmi.RemoteException,
                                                     NmsNodeFaultException0
Auto generated method signature

Parameters:
addHints -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#addHints

addSeeds

public NodeBeanServiceStub.AddSeedsResponse addSeeds(NodeBeanServiceStub.AddSeeds addSeeds)
                                              throws java.rmi.RemoteException,
                                                     NmsNodeFaultException0
Auto generated method signature

Parameters:
addSeeds -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#addSeeds

deleteNode

public NodeBeanServiceStub.DeleteNodeResponse deleteNode(NodeBeanServiceStub.DeleteNode deleteNode)
                                                  throws java.rmi.RemoteException,
                                                         NmsNodeFaultException0
Auto generated method signature

Parameters:
deleteNode -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#deleteNode

deleteNodeByUuid

public NodeBeanServiceStub.DeleteNodeByUuidResponse deleteNodeByUuid(NodeBeanServiceStub.DeleteNodeByUuid deleteNodeByUuid)
                                                              throws java.rmi.RemoteException,
                                                                     NmsNodeFaultException0
Auto generated method signature

Parameters:
deleteNodeByUuid -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#deleteNodeByUuid

getConclusions

public NodeBeanServiceStub.GetConclusionsResponse getConclusions(NodeBeanServiceStub.GetConclusions getConclusions)
                                                          throws java.rmi.RemoteException,
                                                                 NmsNodeFaultException0
Auto generated method signature

Parameters:
getConclusions -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#getConclusions

getNodes

public NodeBeanServiceStub.GetNodesResponse getNodes(NodeBeanServiceStub.GetNodes getNodes)
                                              throws java.rmi.RemoteException,
                                                     NmsNodeFaultException0
Auto generated method signature

Parameters:
getNodes -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#getNodes

pollHosts

public NodeBeanServiceStub.PollHostsResponse pollHosts(NodeBeanServiceStub.PollHosts pollHosts)
                                                throws java.rmi.RemoteException,
                                                       NmsNodeFaultException0
Auto generated method signature

Parameters:
pollHosts -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#pollHosts

rediscoverHosts

public NodeBeanServiceStub.RediscoverHostsResponse rediscoverHosts(NodeBeanServiceStub.RediscoverHosts rediscoverHosts)
                                                            throws java.rmi.RemoteException,
                                                                   NmsNodeFaultException0
Auto generated method signature

Parameters:
rediscoverHosts -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#rediscoverHosts

removeCapabilities

public NodeBeanServiceStub.RemoveCapabilitiesResponse removeCapabilities(NodeBeanServiceStub.RemoveCapabilities removeCapabilities)
                                                                  throws java.rmi.RemoteException,
                                                                         NmsNodeFaultException0
Auto generated method signature

Parameters:
removeCapabilities -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#removeCapabilities

updateCustomAttributes

public NodeBeanServiceStub.UpdateCustomAttributesResponse updateCustomAttributes(NodeBeanServiceStub.UpdateCustomAttributes updateCustomAttributes)
                                                                          throws java.rmi.RemoteException,
                                                                                 NmsNodeFaultException0
Auto generated method signature

Parameters:
updateCustomAttributes -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#updateCustomAttributes

updateManagementMode

public NodeBeanServiceStub.UpdateManagementModeResponse updateManagementMode(NodeBeanServiceStub.UpdateManagementMode updateManagementMode)
                                                                      throws java.rmi.RemoteException,
                                                                             NmsNodeFaultException0
Auto generated method signature

Parameters:
updateManagementMode -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#updateManagementMode

updateNotes

public NodeBeanServiceStub.UpdateNotesResponse updateNotes(NodeBeanServiceStub.UpdateNotes updateNotes)
                                                    throws java.rmi.RemoteException,
                                                           NmsNodeFaultException0
Auto generated method signature

Parameters:
updateNotes -
Throws:
java.rmi.RemoteException
NmsNodeFaultException0
See Also:
com.hp.ov.nms.sdk.node.NodeBeanService#updateNotes