|
||||||||||
| 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
orca.nodeagent.client.AntBaseTask
orca.nodeagent.drivers.DriverBaseTask
orca.drivers.vmm.tasks.VmmDriverBaseTask
orca.drivers.vmm.tasks.ChangeSharesTask
public class ChangeSharesTask
| Field Summary | |
|---|---|
protected java.lang.String |
ip
|
protected java.lang.String |
machineName
|
protected java.lang.String |
nodeId
|
protected ResourceShares |
shares
|
| Fields inherited from class orca.drivers.vmm.tasks.VmmDriverBaseTask |
|---|
client |
| Fields inherited from class orca.nodeagent.drivers.DriverBaseTask |
|---|
config, driverId, location, PropertyActorID, PropertyAxis2Security, repository |
| Fields inherited from class orca.nodeagent.client.AntBaseTask |
|---|
classpath, exitCodeMessageProperty, exitCodeProperty, InternalTaskError, loaderref, logger, PropertyRootPath, timeout |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, project |
| Constructor Summary | |
|---|---|
ChangeSharesTask()
|
|
| Method Summary | |
|---|---|
void |
add(ResourceShares shares)
|
void |
execute()
|
void |
setIp(java.lang.String ip)
|
void |
setMachineName(java.lang.String machineName)
|
void |
setNodeId(java.lang.String nodeId)
|
| Methods inherited from class orca.nodeagent.drivers.DriverBaseTask |
|---|
getProperties, getStub, resolveSecurity, setConfig, setDriverId, setLocation, setRepository |
| Methods inherited from class orca.nodeagent.client.AntBaseTask |
|---|
createClasspath, fixClassPath, getClasspath, getErrorMessage, setClasspath, setClasspathRef, setExitCode, setExitCodeProperty, setLoaderref, setResult, setTimeout |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String machineName
protected ResourceShares shares
protected java.lang.String ip
protected java.lang.String nodeId
| Constructor Detail |
|---|
public ChangeSharesTask()
| Method Detail |
|---|
public void setIp(java.lang.String ip)
ip - the ip to setpublic void add(ResourceShares shares)
public void setMachineName(java.lang.String machineName)
hostName - the hostName to set
public void execute()
throws org.apache.tools.ant.BuildException
execute in class VmmDriverBaseTaskorg.apache.tools.ant.BuildExceptionpublic void setNodeId(java.lang.String nodeId)
nodeId - the nodeId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||