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

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

Uses of ListReference in com.vhosting.netconf.frame
 

Subclasses of ListReference in com.vhosting.netconf.frame
 class List
          This class represents a list in the PRC structure.
 

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

Methods in com.vhosting.netconf.frame with parameters of type ListReference
 List ListValue.getMirrorList(ListReference lr)
          Get the unique instance of list for this ListValue created through the list reference specified.
 ListReference ListReference.linkListReference(ListReference lr)
          Link a List reference to this node as part of the RPC structure.