|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulator.VSCreateTask
public class VSCreateTask
The class VSCreateTask, an object of this class represents how new VSTask objects are to be created using JComboBox selections of the GUI editor..
| Constructor Summary | |
|---|---|
VSCreateTask(java.lang.String menuText)
Instantiates a new VSCreateTask dummy object. |
|
VSCreateTask(java.lang.String menuText,
java.lang.String eventClassname)
Instantiates a new VSCreateTask object. |
|
| Method Summary | |
|---|---|
VSTask |
createTask(VSInternalProcess process,
long time,
boolean localTimedTask)
Creates the task. |
java.lang.String |
getMenuText()
Gets the create tasks menu text. |
void |
isClientProtocol(boolean isClientProtocol)
Sets if it is a client protocol. |
boolean |
isDummy()
Checks if it is a dummy object.. |
void |
isProtocolActivation(boolean isProtocolActivation)
Sets if it is a protocol activation task. |
void |
isProtocolDeactivation(boolean isProtocolDeactivation)
Sets if it is a protocol deactivation task. |
void |
isRequest(boolean isRequest)
Sets if it is a client request. |
void |
setProtocolClassname(java.lang.String protocolClassname)
Sets the protocol classname. |
void |
setShortname(java.lang.String shortname)
Sets the shortname. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VSCreateTask(java.lang.String menuText,
java.lang.String eventClassname)
menuText - the menu texteventClassname - the event classnamepublic VSCreateTask(java.lang.String menuText)
menuText - the menu text| Method Detail |
|---|
public void isProtocolActivation(boolean isProtocolActivation)
isProtocolActivation - true, if it is a protocol activation
task.public void isProtocolDeactivation(boolean isProtocolDeactivation)
isProtocolDeactivation - true, if it is a protocol deactivation
task.public void isClientProtocol(boolean isClientProtocol)
isClientProtocol - the is client protocolpublic void isRequest(boolean isRequest)
isRequest - the is client requestpublic boolean isDummy()
public void setProtocolClassname(java.lang.String protocolClassname)
protocolClassname - the protocol classnamepublic void setShortname(java.lang.String shortname)
shortname - the shortnamepublic java.lang.String getMenuText()
public VSTask createTask(VSInternalProcess process,
long time,
boolean localTimedTask)
process - the processtime - the timelocalTimedTask - the local timed task
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||