public class ServiceImplementationFactoryParametersImpl extends java.lang.Object implements ServiceImplementationFactoryParameters
ServicePoint and a List of parameters,
passed to a ServiceImplementationFactory.| Constructor and Description |
|---|
ServiceImplementationFactoryParametersImpl(ServicePoint servicePoint,
Module invokingModule,
java.util.List parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
This method is only used in testing.
|
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.
|
public ServiceImplementationFactoryParametersImpl(ServicePoint servicePoint, Module invokingModule, java.util.List parameters)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String getServiceId()
ServiceImplementationFactoryParametersgetServiceId in interface ServiceImplementationFactoryParameterspublic java.lang.Class getServiceInterface()
ServiceImplementationFactoryParametersgetServiceInterface in interface ServiceImplementationFactoryParameterspublic org.apache.commons.logging.Log getLog()
ServiceImplementationFactoryParametersgetLog in interface ServiceImplementationFactoryParameterspublic ErrorLog getErrorLog()
ServiceImplementationFactoryParametersErrorLog instance used for reporting recoverable errors related to the service (or
the construction of the service).getErrorLog in interface ServiceImplementationFactoryParameterspublic Module getInvokingModule()
ServiceImplementationFactoryParametersgetInvokingModule in interface ServiceImplementationFactoryParameterspublic java.util.List getParameters()
ServiceImplementationFactoryParametersgetParameters in interface ServiceImplementationFactoryParameterspublic java.lang.Object getFirstParameter()
ServiceImplementationFactoryParametersgetFirstParameter in interface ServiceImplementationFactoryParameters