| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support.internal.aop |
Gemini Blueprint service interceptor package.
|
| org.eclipse.gemini.blueprint.service.importer.support.internal.support |
Gemini Blueprint service support package.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
ServiceDynamicInterceptor.ServiceLookUpCallback |
private class |
ServiceDynamicInterceptor.ServiceReferenceLookUpCallback |
| Modifier and Type | Field and Description |
|---|---|
private RetryCallback<java.lang.Object> |
ServiceDynamicInterceptor.retryCallback
retry callback
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRetryCallback<T>
Implementation for cases where the work completition is given by the
non-nullity of the returned object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RetryTemplate.execute(RetryCallback<T> callback)
Main retry method.
|