public interface ServiceImplementationFactoryParameters
ServiceImplementationFactory
.Modifier and Type | Method and Description |
---|---|
ErrorLog |
getErrorLog()
An
ErrorLog instance used for reporting recoverable errors related to the service (or
the construction of the service). |
java.lang.Object |
getFirstParameter()
Returns the first parameter passed to the factory (since most factories
take exactly one parameter, this is the most common usage).
|
Module |
getInvokingModule()
The module containing the service constructor.
|
org.apache.commons.logging.Log |
getLog()
The log used for any output related to the service (or the construction of the service).
|
java.util.List |
getParameters()
The parameters passed to the factory to guide the construction of the service.
|
java.lang.String |
getServiceId()
The fully qualified id of the service.
|
java.lang.Class |
getServiceInterface()
The interface defined for the service.
|
java.lang.String getServiceId()
java.lang.Class getServiceInterface()
org.apache.commons.logging.Log getLog()
ErrorLog getErrorLog()
ErrorLog
instance used for reporting recoverable errors related to the service (or
the construction of the service).Module getInvokingModule()
java.util.List getParameters()
java.lang.Object getFirstParameter()