Uses of Class
com.vhosting.netconf.frame.ContainerReference

Packages that use ContainerReference
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of ContainerReference in com.vhosting.netconf.frame
 

Subclasses of ContainerReference in com.vhosting.netconf.frame
 class Container
          This class represents a container in the PRC structure.
 

Methods in com.vhosting.netconf.frame that return ContainerReference
static ContainerReference IdentityCreator.createContainerReference(Capability cap, java.lang.String name)
          This is a convenience method that creates a Container reference with the namespace of the specified Capability.
 ContainerReference IdentityCreator.createContainerReference(java.lang.String name)
          This is a convenience method that creates a Container reference with the namespace of the RPC operation.
 ContainerReference ListReference.linkContainerReference(ContainerReference cr)
          Link a Container reference to this node as part of the RPC structure.
 

Methods in com.vhosting.netconf.frame with parameters of type ContainerReference
 Container ListValue.getMirrorContainer(ContainerReference cr)
          Get the unique instance of container for this ListValue created through the container reference specified.
 ContainerReference ListReference.linkContainerReference(ContainerReference cr)
          Link a Container reference to this node as part of the RPC structure.