Uses of Class
com.vhosting.netconf.CapabilityException

Packages that use CapabilityException
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Uses of CapabilityException in com.vhosting.netconf
 

Methods in com.vhosting.netconf that throw CapabilityException
 void Commit.setConfirmed()
          Perform a confirmed commit operation with the confirm timeout defaults to 600 seconds.
 void Commit.setConfirmed(int timeout)
          Perform a confirmed commit operation.
 void EditConfig.setErrorOption(EditConfig.ErrorOption option)
          Set the error option.
 void EditConfig.setTestOption(EditConfig.TestOption option)
          Set the test option on the transaction.
 void Get.setXPathFilter(java.lang.String xpath)
          Set an XPath filter.
 void CreateSubscription.setXPathFilter(java.lang.String xpath)
          Set an XPath filter.
 void GetConfig.setXPathFilter(java.lang.String xpath)
          Set an XPath filter.
 

Constructors in com.vhosting.netconf that throw CapabilityException
Commit(Session session)
          Create the commit Netconf operation.
CopyConfig(Session session, Datastore target, Datastore source)
          Create the copy-config Netconf operation.
CopyConfig(Session session, Datastore target, java.net.URL source)
          Create the copy-config Netconf operation.
CopyConfig(Session session, java.net.URL target, Datastore source)
          Create the copy-config Netconf operation.
CopyConfig(Session session, java.net.URL target, java.net.URL source)
          Create the copy-config Netconf operation.
CreateSubscription(Session session)
          Create the create-subscription Netconf operation.
DeleteConfig(Session session, java.net.URL target)
          Create the delete-config Netconf operation.
DiscardChanges(Session session)
          Create the discard-changes Netconf operation.
EditConfig(Session session, Datastore target, Config config)
          Create the edit-config Netconf operation.
EditConfig(Session session, Datastore target, Config config, EditConfig.DefaultEditOperation defop)
          Create the edit-config Netconf operation.
EditConfig(Session session, Datastore target, java.net.URL config)
          Create the edit-config Netconf operation.
EditConfig(Session session, Datastore target, java.net.URL config, EditConfig.DefaultEditOperation defop)
          Create the edit-config Netconf operation.
GetConfig(Session session, Datastore source)
          Create the get-config Netconf operation.
Lock(Session session, Datastore target)
          Create the lock Netconf operation.
PartialLock(Session session, XPathSelections selections)
          Create the partial-lock Netconf operation.
PartialUnlock(Session session, int lockId)
          Create the partial-unlock Netconf operation.
Unlock(Session session, Datastore target)
          Create the unlock Netconf operation.
Validate(Session session, Datastore source)
          Create the validate Netconf operation.
Validate(Session session, java.net.URL source)
          Create the validate Netconf operation.
 

Uses of CapabilityException in com.vhosting.netconf.yuma
 

Constructors in com.vhosting.netconf.yuma that throw CapabilityException
Load(Session session, YANGCapability cap)
          Create the Load operation.
Load(Session session, YANGCapability cap, Date revision)
           
NoOp(Session session)
          Create the no-op operation.
Restart(Session session)
          Create the Restart operation.
Shutdown(Session session)
          Create the Shutdown operation.