org.apache.uima.resourceSpecifier.factory.impl
Class DeploymentImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.DeploymentImpl
All Implemented Interfaces:
Deployment

public class DeploymentImpl
extends Object
implements Deployment

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

DeploymentImpl

protected DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt,
                         ServiceContext context,
                         DelegateConfiguration... delegateConfigurations)
Instantiates a new deployment impl.

Parameters:
dt - the dt
context - the context
delegateConfigurations - the delegate configurations
Method Detail

setProtocol

public void setProtocol(String protocol)
Sets the protocol.

Specified by:
setProtocol in interface Deployment
Parameters:
protocol - the new protocol

getProtocol

public String getProtocol()
Gets the protocol.

Specified by:
getProtocol in interface Deployment
Returns:
the protocol

setProvider

public void setProvider(String provider)
Sets the provider.

Specified by:
setProvider in interface Deployment
Parameters:
provider - the new provider

getProvider

public String getProvider()
Gets the provider.

Specified by:
getProvider in interface Deployment
Returns:
the provider

getService

public Service getService()
Description copied from interface: Deployment
Gets the service.

Specified by:
getService in interface Deployment
Returns:
the service

getCasPool

public CasPool getCasPool()
Description copied from interface: Deployment
Gets the cas pool.

Specified by:
getCasPool in interface Deployment
Returns:
the cas pool


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.