|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A wrapper for the parameters needed by ServiceImplementationFactory
.
Method Summary | |
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. |
Method Detail |
public java.lang.String getServiceId()
public java.lang.Class getServiceInterface()
public org.apache.commons.logging.Log getLog()
public ErrorLog getErrorLog()
ErrorLog
instance used for reporting recoverable errors related to the service (or
the construction of the service).
public Module getInvokingModule()
public java.util.List getParameters()
public java.lang.Object getFirstParameter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |