public class DeploymentConfig
extends java.lang.Object
Constructor and Description |
---|
DeploymentConfig() |
DeploymentConfig(int batchSize,
int timeout) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
int |
getTimeout() |
boolean |
isNoValue() |
boolean |
isOverwriteRuntimeConfiguration() |
boolean |
isRemoveWssPolicies() |
void |
setBatchSize(int batchSize) |
void |
setOverwriteRuntimeConfiguration(boolean overwriteRuntimeConfiguration) |
void |
setRemoveWssPolicies(boolean removeWssPolicies) |
void |
setTimeout(int timeout) |
java.lang.String |
toString() |
public DeploymentConfig(int batchSize, int timeout)
public DeploymentConfig()
public int getBatchSize()
public void setBatchSize(int batchSize)
public int getTimeout()
public void setTimeout(int timeout)
public boolean isNoValue()
public boolean isRemoveWssPolicies()
public final void setRemoveWssPolicies(boolean removeWssPolicies)
public boolean isOverwriteRuntimeConfiguration()
public final void setOverwriteRuntimeConfiguration(boolean overwriteRuntimeConfiguration)
public java.lang.String toString()
toString
in class java.lang.Object