|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The palce where all the Global states of Axis is kept.
All the Global states kept in the EngineRegistry
and all the
Service states kept in the MessageContext
. Other runtime
artifacts does not keep states foward from the execution.
Field Summary | |
static int |
FAULT_IN_FLOW
Field FAULT_IN_FLOW |
static int |
FAULT_OUT_FLOW
|
static int |
INFLOW
Field INFLOW |
static int |
OUTFLOW
Field OUTFLOW |
Method Summary | |
void |
addModule(ModuleDescription module)
Method addMdoule |
void |
addService(ServiceDescription service)
Method addService |
void |
addServiceGroup(ServiceGroupDescription serviceGroup)
|
void |
addTransportIn(TransportInDescription transport)
|
void |
addTransportOut(TransportOutDescription transport)
|
void |
engageModule(javax.xml.namespace.QName moduleref)
To engage a module at the run time it can be used this method |
AxisStorage |
getAxisStorage()
|
java.util.Hashtable |
getFaultyModules()
|
java.util.Hashtable |
getFaultyServices()
|
java.util.ArrayList |
getInFaultFlow()
|
java.util.ArrayList |
getInPhasesUptoAndIncludingPostDispatch()
This returns |
ModuleDescription |
getModule(javax.xml.namespace.QName name)
Modules is read only as they can not deployed while runing |
ServiceDescription |
getService(java.lang.String name)
Method getService |
ServiceGroupDescription |
getServiceGroup(java.lang.String serviceNameAndGroupString)
|
java.util.Iterator |
getServiceGroups()
|
java.util.HashMap |
getServices()
|
TransportInDescription |
getTransportIn(javax.xml.namespace.QName name)
|
TransportOutDescription |
getTransportOut(javax.xml.namespace.QName name)
|
java.util.HashMap |
getTransportsIn()
|
java.util.HashMap |
getTransportsOut()
|
boolean |
isEngaged(javax.xml.namespace.QName moduleName)
|
boolean |
isParamterLocked(java.lang.String paramterName)
|
void |
notifyObservers(int event_type,
ServiceDescription service)
|
void |
removeService(java.lang.String name)
Method removeService |
void |
setAxisStorage(AxisStorage axisStorage)
|
Methods inherited from interface org.apache.axis2.description.ParameterInclude |
addParameter, getParameter, getParameters |
Field Detail |
public static final int INFLOW
public static final int OUTFLOW
public static final int FAULT_IN_FLOW
public static final int FAULT_OUT_FLOW
Method Detail |
public ServiceDescription getService(java.lang.String name) throws AxisFault
name
-
AxisFault
public void addService(ServiceDescription service) throws AxisFault
service
-
AxisFault
public void addServiceGroup(ServiceGroupDescription serviceGroup) throws AxisFault
AxisFault
public void removeService(java.lang.String name) throws AxisFault
name
-
AxisFault
public ModuleDescription getModule(javax.xml.namespace.QName name)
name
-
public void addModule(ModuleDescription module) throws AxisFault
module
-
AxisFault
public boolean isEngaged(javax.xml.namespace.QName moduleName)
public void engageModule(javax.xml.namespace.QName moduleref) throws AxisFault
moduleref
-
AxisFault
public java.util.HashMap getServices()
public java.util.ArrayList getInPhasesUptoAndIncludingPostDispatch()
public java.util.ArrayList getInFaultFlow()
public java.util.Hashtable getFaultyServices()
public java.util.Hashtable getFaultyModules()
public TransportInDescription getTransportIn(javax.xml.namespace.QName name) throws AxisFault
AxisFault
public void addTransportIn(TransportInDescription transport) throws AxisFault
AxisFault
public TransportOutDescription getTransportOut(javax.xml.namespace.QName name) throws AxisFault
AxisFault
public void addTransportOut(TransportOutDescription transport) throws AxisFault
AxisFault
public java.util.HashMap getTransportsIn()
public java.util.HashMap getTransportsOut()
public void setAxisStorage(AxisStorage axisStorage)
public AxisStorage getAxisStorage()
public boolean isParamterLocked(java.lang.String paramterName)
isParamterLocked
in interface ParameterInclude
public ServiceGroupDescription getServiceGroup(java.lang.String serviceNameAndGroupString)
public java.util.Iterator getServiceGroups()
public void notifyObservers(int event_type, ServiceDescription service)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |