SC
- service connector typeSI
- service info typepublic abstract class AbstractServiceConnectorCreator<SC,SI extends ServiceInfo> extends Object implements ServiceConnectorCreator<SC,SI>
ServiceConnectorCreator
s.
The type parameter define the service connector and service info types.
Constructor and Description |
---|
AbstractServiceConnectorCreator() |
Modifier and Type | Method and Description |
---|---|
Class<SC> |
getServiceConnectorType()
Get the type of connector created (such as
DataSource ) |
Class<SI> |
getServiceInfoType()
Get the service info type this creator can work with (such as
MysqlServiceInfo ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public Class<SC> getServiceConnectorType()
ServiceConnectorCreator
DataSource
)getServiceConnectorType
in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>
public Class<SI> getServiceInfoType()
ServiceConnectorCreator
MysqlServiceInfo
)getServiceInfoType
in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>