|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.astrogrid.community.client.ant.ServiceStatusTask
An Ant task to check our service status.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
ServiceStatusTask()
Public constructor. |
|
ServiceStatusTask(org.apache.tools.ant.Task parent)
Public constructor. |
|
| Method Summary | |
void |
execute()
Execute our Task. |
java.lang.String |
getAddress()
Get the service endpoint. |
java.lang.String |
getType()
Get the service type. |
void |
init()
Initialise our Task. |
void |
setAddress(java.lang.String value)
Set the service endpoint address. |
void |
setType(java.lang.String value)
Set the service type. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceStatusTask()
public ServiceStatusTask(org.apache.tools.ant.Task parent)
| Method Detail |
public void init()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.String getAddress()
public void setAddress(java.lang.String value)
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||