public class DeploymentImpl extends Object implements Deployment
Deployment.VALID_PROTOCOLS, Deployment.VALID_PROVIDERS
Modifier | Constructor and Description |
---|---|
protected |
DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt,
ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Instantiates a new deployment impl.
|
Modifier and Type | Method and Description |
---|---|
CasPool |
getCasPool()
Gets the cas pool.
|
String |
getProtocol()
Gets the protocol.
|
String |
getProvider()
Gets the provider.
|
Service |
getService()
Gets the service.
|
void |
setProtocol(String protocol)
Sets the protocol.
|
void |
setProvider(String provider)
Sets the provider.
|
protected DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt, ServiceContext context, DelegateConfiguration... delegateConfigurations)
dt
- the dtcontext
- the contextdelegateConfigurations
- the delegate configurationspublic void setProtocol(String protocol)
setProtocol
in interface Deployment
protocol
- the new protocolpublic String getProtocol()
getProtocol
in interface Deployment
public void setProvider(String provider)
setProvider
in interface Deployment
provider
- the new providerpublic String getProvider()
getProvider
in interface Deployment
public Service getService()
Deployment
getService
in interface Deployment
public CasPool getCasPool()
Deployment
getCasPool
in interface Deployment
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.