org.apache.axis2.engine
Class Deployable
java.lang.Object
org.apache.axis2.engine.Deployable
public class Deployable
- extends Object
A Deployable is a container for something (Phases, Handlers) which wants
to be deployed in an ordered and constrained fashion via a
DeployableChain.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployable
public Deployable(String name)
Deployable
public Deployable(String name,
Object target)
getName
public String getName()
addSuccessor
public void addSuccessor(String name)
addPredecessor
public void addPredecessor(String name)
getPredecessors
public Set<String> getPredecessors()
getSuccessors
public Set<String> getSuccessors()
getPhase
public String getPhase()
setPhase
public void setPhase(String phase)
isFirst
public boolean isFirst()
setFirst
public void setFirst(boolean first)
isLast
public boolean isLast()
setLast
public void setLast(boolean last)
setTarget
public void setTarget(Object target)
getTarget
public Object getTarget()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.