public class CreateApplicationTask extends SOAPstationTaskBase implements IBaseDataKeyID
Application
.
Modifier and Type | Field and Description |
---|---|
protected Application |
itsApplication |
private java.lang.String |
itsApplicationID
Keep track of the Application ID that we created in case we need it.
|
protected java.util.Vector |
itsEndpoints |
protected HeartBeatType |
itsHeartBeat |
protected org.apache.tools.ant.types.Reference |
itsSecContract |
Constructor and Description |
---|
CreateApplicationTask() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredEndpointPrefix(EndpointPrefixType val) |
void |
addConfiguredHeartBeat(HeartBeatType val) |
void |
executeEx()
Do the work
|
java.lang.String |
getKeyID()
IBaseDataKeyID interface
|
void |
setDescription(java.lang.String val) |
void |
setName(java.lang.String val) |
void |
setSecContract(org.apache.tools.ant.types.Reference val) |
_getConfig, _getSSTConfig, createTask, setSOAPstationRef
execute, locateBaseData, locateBaseData, locateBaseDataID, locateBaseDataID
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
private java.lang.String itsApplicationID
protected Application itsApplication
protected org.apache.tools.ant.types.Reference itsSecContract
protected HeartBeatType itsHeartBeat
protected java.util.Vector itsEndpoints
public void setName(java.lang.String val)
public void setDescription(java.lang.String val)
setDescription
in class org.apache.tools.ant.ProjectComponent
public void setSecContract(org.apache.tools.ant.types.Reference val)
public void addConfiguredHeartBeat(HeartBeatType val)
public void addConfiguredEndpointPrefix(EndpointPrefixType val)
public void executeEx() throws java.lang.Exception
public java.lang.String getKeyID()
getKeyID
in interface IBaseDataKeyID