Class | Description |
---|---|
AbstractArtifactInterceptor |
The abstract class that is supposed to be extended by any artifact interceptor implementation
|
ArtifactEvent |
The artifact event passed with the artifact interceptor implementation
|
ArtifactInterceptionContext |
The interception context of the artifact interceptor which carries information of the artifact identifier being
intercepted, the lifecycle event type and the artifact type.
|
Enum | Description |
---|---|
ArtifactType |
The set of artifact types available for configuring the artifact interceptors
|
LifecycleEventType |
The lifecycle event types for the artifact interception
|
Annotation Type | Description |
---|---|
AfterDestroy |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after destroying the artifact |
AfterInitialize |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after initializing the artifact |
AfterPause |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after pausing the artifact |
AfterResume |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after resuming from paused state the artifact |
AfterStart |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after starting the artifact |
AfterStop |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
just after stopping the artifact |
BeforeDestroy |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to destroying the artifact |
BeforeInitialize |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to initializing the artifact |
BeforePause |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to pausing a started artifact |
BeforeResume |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to resuming a paused artifact |
BeforeStart |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to starting the artifact |
BeforeStop |
The annotation that is used to annotate an implementation of the
AbstractArtifactInterceptor so that it's
AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked
prior to stopping the artifact |
Copyright © 2010–2016 AdroitLogic. All rights reserved.