public interface TaskClass
extends javax.jmi.reflect.RefClass
| Modifier and Type | Method and Description |
|---|---|
Task |
createTask()
Creates an instance of class
Task. |
Task |
getTask(java.lang.Object object)
Creates an instance of class
Task based on the specified Object instance. |
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnumTask createTask()
Task.
This is a factory operation used to create instance objects of class Task.Task getTask(java.lang.Object object)
Task based on the specified Object instance.
This is a factory operation used to create instance objects of class Task.object - The Object instance this class is based on.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.