org.jboss.beans.metadata.plugins
Class AbstractDependencyMetaData

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.metadata.plugins.AbstractDependencyMetaData
All Implemented Interfaces:
Serializable, Cloneable, DependencyMetaData, MetaDataVisitorNode, org.jboss.util.JBossInterface

public class AbstractDependencyMetaData
extends org.jboss.util.JBossObject
implements DependencyMetaData, Serializable

A dependency.

Version:
$Revision: 71794 $
Author:
Ales Justin, Adrian Brock
See Also:
Serialized Form

Nested Class Summary
 class AbstractDependencyMetaData.LifecycleDependencyItem
          A LifecycleDependencyItem.
 
Field Summary
protected  Object dependency
          The dependency, may transient?
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
AbstractDependencyMetaData()
          Create a new dependency
AbstractDependencyMetaData(Object dependency)
          Create a new dependency
 
Method Summary
 AbstractDependencyMetaData clone()
          Clone the object
 void describeVisit(MetaDataVisitor vistor)
          Revisit the node
 boolean equals(Object obj)
           
 Iterator<? extends MetaDataVisitorNode> getChildren()
          Return the child nodes
 Object getDependency()
          What is the dependency
protected  int getHashCode()
           
 void initialVisit(MetaDataVisitor visitor)
          Visit the node
 void setDependency(Object dependency)
          Set the dependency
 void toShortString(org.jboss.util.JBossStringBuilder buffer)
           
 void toString(org.jboss.util.JBossStringBuilder buffer)
           
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
toShortString
 

Field Detail

dependency

protected Object dependency
The dependency, may transient?

Constructor Detail

AbstractDependencyMetaData

public AbstractDependencyMetaData()
Create a new dependency


AbstractDependencyMetaData

public AbstractDependencyMetaData(Object dependency)
Create a new dependency

Parameters:
dependency - the dependency
Method Detail

setDependency

public void setDependency(Object dependency)
Set the dependency

Parameters:
dependency - the dependency

getDependency

public Object getDependency()
Description copied from interface: DependencyMetaData
What is the dependency

Specified by:
getDependency in interface DependencyMetaData
Returns:
the dependency

initialVisit

public void initialVisit(MetaDataVisitor visitor)
Description copied from interface: MetaDataVisitorNode
Visit the node

Specified by:
initialVisit in interface MetaDataVisitorNode
Parameters:
visitor - the visitor

describeVisit

public void describeVisit(MetaDataVisitor vistor)
Description copied from interface: MetaDataVisitorNode
Revisit the node

Specified by:
describeVisit in interface MetaDataVisitorNode
Parameters:
vistor - the visitor

getChildren

public Iterator<? extends MetaDataVisitorNode> getChildren()
Description copied from interface: MetaDataVisitorNode
Return the child nodes

Specified by:
getChildren in interface MetaDataVisitorNode
Returns:
Iterator or null if there aren't any

toString

public void toString(org.jboss.util.JBossStringBuilder buffer)
Overrides:
toString in class org.jboss.util.JBossObject

toShortString

public void toShortString(org.jboss.util.JBossStringBuilder buffer)
Specified by:
toShortString in interface org.jboss.util.JBossInterface
Overrides:
toShortString in class org.jboss.util.JBossObject

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getHashCode

protected int getHashCode()
Overrides:
getHashCode in class org.jboss.util.JBossObject

clone

public AbstractDependencyMetaData clone()
Description copied from interface: MetaDataVisitorNode
Clone the object

Specified by:
clone in interface MetaDataVisitorNode
Specified by:
clone in interface org.jboss.util.JBossInterface
Overrides:
clone in class org.jboss.util.JBossObject
Returns:
a clone of the object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.