public interface Deployment
Modifier and Type | Interface and Description |
---|---|
static class |
Deployment.VALID_PROTOCOLS
The Enum VALID_PROTOCOLS.
|
static class |
Deployment.VALID_PROVIDERS
The Enum VALID_PROVIDERS.
|
Modifier and Type | Method and Description |
---|---|
CasPool |
getCasPool()
Gets the cas pool.
|
String |
getProtocol() |
String |
getProvider() |
Service |
getService()
Gets the service.
|
void |
setProtocol(String protocol) |
void |
setProvider(String provider) |
void setProtocol(String protocol)
String getProtocol()
void setProvider(String provider)
String getProvider()
Service getService()
CasPool getCasPool()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.