|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpulling.executing.CompletionAnnouncer_Xgrid
public class CompletionAnnouncer_Xgrid
Constructor Summary | |
---|---|
CompletionAnnouncer_Xgrid(java.lang.String mapperHostName,
java.lang.String password,
ServerSideExecuter executer)
This is the default constructor |
Method Summary | |
---|---|
void |
closeStreams()
This method closes all the input/output streams |
int |
getCompletionAnnouncerPort()
|
int |
getCompletionServerPort()
|
ServerSideExecuter |
getExecuter()
|
java.lang.String |
getHostName()
|
long |
getJobID()
|
long |
getJobSecondaryID()
|
java.lang.String |
getMapperHostName()
|
java.lang.String |
getPassword()
|
long |
getServerID()
|
long |
getTimeToSleepAtStart()
|
boolean |
isAlive()
|
void |
run()
This thread keeps doing the following 1) listens to the execution mapper. |
void |
setAlive(boolean alive)
|
void |
setCompletionAnnouncerPort(int completionAnnouncerPort)
|
void |
setCompletionServerPort(int completionServerPort)
|
void |
setExecuter(ServerSideExecuter executer)
|
void |
setHostName(java.lang.String hostName)
|
void |
setJobID(long jobID)
|
void |
setJobSecondaryID(long jobSecondaryID)
|
void |
setMapperHostName(java.lang.String mapperHostName)
|
void |
setPassword(java.lang.String mapperPassword)
|
void |
setServerID(long serverID)
|
void |
setTimeToSleepAtStart(long timeToSleepAtStart)
|
void |
startThread()
This method starts this thread (thisThread) |
void |
stopThread()
This method stops this thread (thisThread) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompletionAnnouncer_Xgrid(java.lang.String mapperHostName, java.lang.String password, ServerSideExecuter executer)
mapperHostName
- To set the mapperHostName.password
- To set the password field.executer
- To set the executer fieldMethod Detail |
---|
public boolean isAlive()
public void setAlive(boolean alive)
public java.lang.String getMapperHostName()
public void setMapperHostName(java.lang.String mapperHostName)
public int getCompletionServerPort()
public void setCompletionServerPort(int completionServerPort)
public int getCompletionAnnouncerPort()
public void setCompletionAnnouncerPort(int completionAnnouncerPort)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
public java.lang.String getPassword()
public void setPassword(java.lang.String mapperPassword)
public long getJobID()
public void setJobID(long jobID)
public long getJobSecondaryID()
public void setJobSecondaryID(long jobSecondaryID)
public long getServerID()
public void setServerID(long serverID)
public long getTimeToSleepAtStart()
public void setTimeToSleepAtStart(long timeToSleepAtStart)
public ServerSideExecuter getExecuter()
public void setExecuter(ServerSideExecuter executer)
public void startThread()
public void stopThread()
public void closeStreams()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |