org.apache.uima.resourceSpecifier.factory
Interface Deployment

All Known Implementing Classes:
DeploymentImpl

public interface Deployment

The Interface Deployment.


Nested Class Summary
static class Deployment.VALID_PROTOCOLS
          The Enum VALID_PROTOCOLS.
static class Deployment.VALID_PROVIDERS
          The Enum VALID_PROVIDERS.
 
Method Summary
 CasPool getCasPool()
          Gets the cas pool.
 String getProtocol()
           
 String getProvider()
           
 Service getService()
          Gets the service.
 void setProtocol(String protocol)
           
 void setProvider(String provider)
           
 

Method Detail

setProtocol

void setProtocol(String protocol)

getProtocol

String getProtocol()

setProvider

void setProvider(String provider)

getProvider

String getProvider()

getService

Service getService()
Gets the service.

Returns:
the service

getCasPool

CasPool getCasPool()
Gets the cas pool.

Returns:
the cas pool


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