JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.openejb.api.resource
Interface Template<T>
Type Parameters:
T
- Service or AbstractService or Resource.
public interface
Template<T>
Called to setup a service/resource. It is called at the very beginning of resource configuration (ie before provider are resolved) so the resource can be fully configured.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
configure
(
T
resource)
Method Detail
configure
void configure(
T
resource)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method