|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.DeploymentImpl
public class DeploymentImpl
The Class DeploymentImpl.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.uima.resourceSpecifier.factory.Deployment |
---|
Deployment.VALID_PROTOCOLS, Deployment.VALID_PROVIDERS |
Constructor Summary | |
---|---|
protected |
DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt,
ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Instantiates a new deployment impl. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt, ServiceContext context, DelegateConfiguration... delegateConfigurations)
dt
- the dtcontext
- the contextdelegateConfigurations
- the delegate configurationsMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |