|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.utils.AbstractAxis2ConfigurationContextObserver
public abstract class AbstractAxis2ConfigurationContextObserver
This is an abstract implementation of the Axis2ConfigurationContextObserver interface. It does not perform any action on the events fired by the above interface and exists for the sole purpose of providing an extension point.
| Constructor Summary | |
|---|---|
AbstractAxis2ConfigurationContextObserver()
|
|
| Method Summary | |
|---|---|
void |
createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext)
This method will be notified after a new Axis2 ConfigurationContext is created |
void |
creatingConfigurationContext(int tenantId)
This method will be notified just before creating a new ConfigurationContext for any tenant |
void |
terminatedConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Notification after a ConfigurationContext has been terminated |
void |
terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Notification before a ConfigurationContext is terminated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAxis2ConfigurationContextObserver()
| Method Detail |
|---|
public void creatingConfigurationContext(int tenantId)
Axis2ConfigurationContextObserver
creatingConfigurationContext in interface Axis2ConfigurationContextObservertenantId - The ID of the tenantpublic void createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext)
Axis2ConfigurationContextObserver
createdConfigurationContext in interface Axis2ConfigurationContextObserverconfigContext - The newly created ConfigurationContextpublic void terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Axis2ConfigurationContextObserver
terminatingConfigurationContext in interface Axis2ConfigurationContextObserverconfigCtx - The ConfigurationContext which will be terminatedpublic void terminatedConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Axis2ConfigurationContextObserver
terminatedConfigurationContext in interface Axis2ConfigurationContextObserverconfigCtx - The ConfigurationContext which was terminated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||