Uses of Interface
javax.wvcm.Location

Uses of Location in javax.wvcm
 

Methods in javax.wvcm that return Location
 Location Resource.location()
          Return the location of the persistent resource for which this Resource is a proxy.
 Location Provider.location(String string)
          Return a Location whose string value is the specified String.
 Location Location.child(String bindingName)
          Return the Location of the child with the specified binding name in the folder at this Location.
 Location Location.parent()
          Return the Location of the parent folder of the resource at this Location.
 

Methods in javax.wvcm with parameters of type Location
 void Resource.doRebind(Location destination, boolean overwrite)
          Unbinds the resource identified by this Resource from its current location and binds it to the location identified by the destination.
 void Resource.doBind(Location destination, boolean overwrite)
          Binds the resource identified by this Resource to the location identified by the destination.