|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kuka.nav.task.remote.RemoteTaskId
public class RemoteTaskId
Parameter type to specify an ITask on a possibly remote system.
| Constructor Summary | |
|---|---|
RemoteTaskId(Class<?> taskClass)
Create a new parameter for the given task main class. |
|
RemoteTaskId(com.kuka.task.ITask task)
Create a new parameter for the given task. |
|
RemoteTaskId(String taskId)
Create a new parameter with a task identifier. |
|
| Method Summary | |
|---|---|
com.kuka.parameters.IParameter |
copy()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteTaskId(String taskId)
<full class name>@<project name> or just the full name of the
main class.
taskId - a String uniquely identifying a taskpublic RemoteTaskId(com.kuka.task.ITask task)
task - a taskpublic RemoteTaskId(Class<?> taskClass)
taskClass - a task main class| Method Detail |
|---|
public String toString()
toString in class Objectpublic com.kuka.parameters.IParameter copy()
copy in interface com.kuka.parameters.IParameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||