|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentDescriptor
The Interface DeploymentDescriptor.
Method Summary | |
---|---|
String |
getBroker()
Gets the broker. |
int |
getCasPoolSize()
Gets the cas pool size. |
String |
getDescription()
Gets the description. |
String |
getEndpoint()
Gets the endpoint. |
int |
getInitialHeapSize()
Gets the initial heap size. |
String |
getName()
Gets the name. |
int |
getPrefetch()
Gets the prefetch. |
String |
getProtocol()
|
String |
getProvider()
|
String |
getServiceAnalysisEngineDescriptor()
Gets the service analysis engine descriptor. |
boolean |
isAsync()
Checks if is async. |
void |
save(File file)
Save. |
void |
setAsync(boolean async)
Sets the async. |
void |
setBroker(String broker)
Sets the broker. |
void |
setCasPoolSize(int casPoolSize)
Sets the cas pool size. |
void |
setDescription(String description)
Sets the description. |
void |
setEndoint(String endpoint)
Sets the endoint. |
void |
setInitialHeapSize(int initialHeapSize)
Sets the initial heap size. |
void |
setName(String name)
Sets the name. |
void |
setPrefetch(int prefetch)
Sets the prefetch. |
void |
setProtocol(String protocol)
|
void |
setProvider(String provider)
|
void |
setServiceAnalysisEngineDescriptor(String aeDescriptorPath)
Sets the service analysis engine descriptor. |
String |
toXML()
To xml. |
Method Detail |
---|
void setName(String name)
name
- the new nameString getName()
void setAsync(boolean async)
async
- the new asyncboolean isAsync()
void setDescription(String description)
description
- the new descriptionString getDescription()
void setServiceAnalysisEngineDescriptor(String aeDescriptorPath)
aeDescriptorPath
- the new service analysis engine descriptorString getServiceAnalysisEngineDescriptor()
void setEndoint(String endpoint)
endpoint
- the new endointString getEndpoint()
void setBroker(String broker)
broker
- the new brokerString getBroker()
void setCasPoolSize(int casPoolSize)
casPoolSize
- the new cas pool sizeint getCasPoolSize()
void setInitialHeapSize(int initialHeapSize)
initialHeapSize
- the new initial heap sizeint getInitialHeapSize()
void setPrefetch(int prefetch)
prefetch
- the new prefetchint getPrefetch()
void setProtocol(String protocol)
String getProtocol()
void setProvider(String provider)
String getProvider()
String toXML()
void save(File file) throws Exception
file
- the file
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |