| CORBA Definitions | |
| attribute Id | |
| attribute Name | |
| attribute Type | |
| attribute XML | |
| method Close | |
| Java Classes | |
| IProcessJobResourceHelper | Used to manipulate the IProcessJobResource type |
| IProcessJobResourceHolder | Used to process the IProcessJobResource type as an out parameter |
| Java Interfaces | |
| IProcessJobResource | |
| Java Interface IProcessJobResource |
Package com.sas.iom.DFProcessFlow
IProcessJobResource Description
public interface IProcessJobResource
extends org.omg.CORBA.Object
Method Summary
| void | Close
()
|
| Java Class IProcessJobResourceHelper |
public class IProcessJobResourceHelper
Description
Implementing class for methods (insert, extract, type, id, read, write, narrow) used to manipulate the
IProcessJobResource type.
java.lang.Object | +--com.sas.iom.SAS.IProcessJobResourceHelper
| Java Class IProcessJobResourceHolder |
public class IProcessJobResourceHolder
Description
Implementing class for methods (_read, _write, _type) used to process the
IProcessJobResource type as an out parameter.
java.lang.Object | +--com.sas.iom.SAS.IProcessJobResourceHolder
| CORBA Attribute Id (readonly) |
Description
Usage
| Java Method Id |
public java.lang.String Id ();
| CORBA Attribute Name |
Description
Usage
| Java Method Name |
public java.lang.String Name (); public void Name ( java.lang.String Name );
| CORBA Attribute Type (readonly) |
Description
Usage
| Java Method Type |
public java.lang.String Type ();
| CORBA Attribute XML |
Description
Usage
| Java Method XML |
public octet[] XML (); public void XML ( octet[] XML );
| CORBA Method Close |
Description
Usage
| Java Method Close |
void Close (
)
Example