SC - service connector typeSI - service info typepublic abstract class AbstractServiceConnectorCreator<SC,SI extends ServiceInfo> extends Object implements ServiceConnectorCreator<SC,SI>
ServiceConnectorCreators.
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, waitcreatepublic Class<SC> getServiceConnectorType()
ServiceConnectorCreatorDataSource)getServiceConnectorType in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>public Class<SI> getServiceInfoType()
ServiceConnectorCreatorMysqlServiceInfo)getServiceInfoType in interface ServiceConnectorCreator<SC,SI extends ServiceInfo>Copyright © 2015 Pivotal Software, Inc.. All rights reserved.