| CORBA Definitions | |
| attribute Id | |
| attribute Parent | |
| method Close | |
| method CreateEnvironment | |
| Java Classes | |
| ISessionHelper | Used to manipulate the ISession type |
| ISessionHolder | Used to process the ISession type as an out parameter |
| Java Interfaces | |
| ISession | |
| Java Interface ISession |
Package com.sas.iom.SASTableServer
ISession Description
public interface ISession
extends org.omg.CORBA.Object
Method Summary
| void | Close
()
|
| IEnvironment | CreateEnvironment
(
org.omg.CORBA.IntHolder status
)
throws ( TKTS_ERROR, TKTS_INVALID_HANDLE, GenericError ); |
| Java Class ISessionHelper |
public class ISessionHelper
Description
Implementing class for methods (insert, extract, type, id, read, write, narrow) used to manipulate the
ISession type.
java.lang.Object | +--com.sas.iom.SAS.ISessionHelper
| Java Class ISessionHolder |
public class ISessionHolder
Description
Implementing class for methods (_read, _write, _type) used to process the
ISession type as an out parameter.
java.lang.Object | +--com.sas.iom.SAS.ISessionHolder
| CORBA Attribute Id (readonly) |
Description
Usage
| Java Method Id |
public long Id ();
| CORBA Attribute Parent (readonly) |
Description
Usage
| Java Method Parent |
public IServer Parent ();
| CORBA Method Close |
Description
Usage
| Java Method Close |
void Close (
)
Example
| CORBA Method CreateEnvironment |
Description
Usage
| Java Method CreateEnvironment |
public IEnvironment CreateEnvironment (
org.omg.CORBA.IntHolder status
)
throws (
TKTS_ERROR,
TKTS_INVALID_HANDLE,
GenericError
);
Parameter Details
| Parameter | Direction | Type | Description |
|---|---|---|---|
| status | out | org.omg.CORBA.IntHolder |
Example