Uses of Class
org.sapia.archie.Name

Packages that use Name
org.sapia.archie   
org.sapia.archie.impl   
org.sapia.archie.jndi   
org.sapia.archie.strategy   
org.sapia.archie.sync   
 

Uses of Name in org.sapia.archie
 

Methods in org.sapia.archie that return Name
 Name Name.add(Name n)
           
 Name Name.add(NamePart part)
          Adds a NamePart to this instance.
 Name Name.addAt(int pos, NamePart part)
           
 Name Node.getAbsolutePath()
          Returns the full path to this node, starting from the root.
 Name AbstractNode.getAbsolutePath()
           
 Name Name.getFrom(int from)
          Returns all the NameParts that this name holds, starting from the given index (inclusively).
 Name NotFoundException.getRemainingName()
           
 Name NotFoundException.getResolvedName()
           
 Name Name.getTo(int to)
          Returns all the NameParts that this name holds, up to the given index (exclusively).
 Name NameParser.parse(java.lang.String name)
           
 

Methods in org.sapia.archie with parameters of type Name
 Name Name.add(Name n)
           
 java.lang.String NameParser.asString(Name name)
           
 void Archie.bind(Name n, java.lang.Object o)
          Binds the given object under the given name.
 boolean Name.endsWith(Name other)
           
 java.lang.Object Archie.lookup(Name n)
          Looks up the object with the given name.
 Node Archie.lookupNode(Name n, boolean create)
          Looks up the Node with the given name.
 void Archie.rebind(Name n, java.lang.Object o)
          Binds the given object under the given name; if an object already exists under the given name, it is overwritten.
 void NotFoundException.setRemainingName(Name name)
           
 void NotFoundException.setResolvedName(Name name)
           
 boolean Name.startsWith(Name other)
           
 void Archie.unbind(Name n)
          Unbinds the value under the given name.
 

Uses of Name in org.sapia.archie.impl
 

Methods in org.sapia.archie.impl that return Name
 Name AttributeNameParser.parse(java.lang.String name)
           
 Name DefaultNameParser.parse(java.lang.String name)
           
 

Methods in org.sapia.archie.impl with parameters of type Name
 java.lang.String AttributeNameParser.asString(Name name)
           
 java.lang.String DefaultNameParser.asString(Name name)
           
 

Uses of Name in org.sapia.archie.jndi
 

Methods in org.sapia.archie.jndi that return Name
protected  Name JndiContext.getNameFrom(javax.naming.Name name)
           
 

Constructors in org.sapia.archie.jndi with parameters of type Name
JndiName(Name name)
           
 

Uses of Name in org.sapia.archie.strategy
 

Methods in org.sapia.archie.strategy with parameters of type Name
 java.lang.Object FindRootStrategy.lookup(Name n, Node from)
          Returns the root Node of the hierarchy of which the given "from" Node is part.
 java.lang.Object LookupStrategy.lookup(Name n, Node from)
          Performs the lookup operation from the given node.
 java.lang.Object DefaultLookupStrategy.lookup(Name n, Node from)
           
 java.lang.Object DefaultLookupNodeStrategy.lookup(Name n, Node from)
           
 

Uses of Name in org.sapia.archie.sync
 

Methods in org.sapia.archie.sync that return Name
 Name SynchronizedNode.getAbsolutePath()
           
 

Methods in org.sapia.archie.sync with parameters of type Name
 java.lang.Object Synchronizer.onGetValue(Name nodeAbsolutePath, NamePart valueName)
          Called by a SynchronizedNode when a value could not be found for a given name.
 java.lang.Object SynchronizerAdapter.onGetValue(Name nodeAbsolutePath, NamePart valueName)
           
 void Synchronizer.onPutValue(Name nodeAbsolutePath, NamePart valueName, java.lang.Object obj, boolean overwrite)
          Called when the putValue() method has been called on the node that owns this instance.
 void SynchronizerAdapter.onPutValue(Name nodeAbsolutePath, NamePart valueName, java.lang.Object obj, boolean overwrite)
           
 void Synchronizer.onRemoveValue(Name nodeAbsolutePath, NamePart valueName)
          Called when the removeValue() method has been called on the node that owns this instance.
 void SynchronizerAdapter.onRemoveValue(Name nodeAbsolutePath, NamePart valueName)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.