org.apache.geronimo.gbean.runtime
Class GBeanDependency
java.lang.Object
org.apache.geronimo.gbean.runtime.GBeanDependency
public final class GBeanDependency
- extends Object
GBeanDependency
public GBeanDependency(GBeanInstance gbeanInstance,
AbstractName targetName,
Kernel kernel)
throws InvalidConfigurationException
- Throws:
InvalidConfigurationException
getTargetName
public AbstractName getTargetName()
online
public final void online()
start
public boolean start()
stop
public void stop()
offline
public final void offline()
createLifecycleListener
protected LifecycleListener createLifecycleListener()
addTarget
protected final void addTarget(AbstractName abstractName)
removeTarget
protected final void removeTarget(AbstractName abstractName)
getDescription
protected final String getDescription()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.