org.jboss.dna.connector.inmemory
Class Node

java.lang.Object
  extended by org.jboss.dna.connector.inmemory.Node

@NotThreadSafe
public class Node
extends Object

Author:
Randall Hauch

Constructor Summary
Node(UUID uuid)
           
 
Method Summary
 boolean equals(Object obj)
          
 Path.Segment getName()
           
 Node getParent()
           
 Property getProperty(ExecutionContext context, String name)
           
 Property getProperty(Name name)
           
 UUID getUuid()
           
 int hashCode()
          
 Node setProperty(ExecutionContext context, String name, Object... values)
           
 Node setProperty(Property property)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(UUID uuid)
Method Detail

getUuid

public UUID getUuid()
Returns:
uuid

getName

public Path.Segment getName()
Returns:
name

getParent

public Node getParent()
Returns:
parent

setProperty

public Node setProperty(Property property)

setProperty

public Node setProperty(ExecutionContext context,
                        String name,
                        Object... values)

getProperty

public Property getProperty(ExecutionContext context,
                            String name)

getProperty

public Property getProperty(Name name)

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.