Package 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 Description voidconfigure(T resource)
-
-
-
Method Detail
-
configure
void configure(T resource)
-
-