|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iom.WorkspaceConnector
public class WorkspaceConnector
This class is the interface between pooled connection to IWorkspace objects
and the workspace factory. Users may obtain a workspace by calling
getWorkspace()
, and they may notify the workspace factory that they
are done with the workspace by calling close()
.
Method Summary | |
---|---|
void |
close()
Notify the workspace factory that you are done with the IWorkspace object obtained from this connector. |
com.sas.iom.SAS.IWorkspace |
getWorkspace()
Gets an IWorkspace object. |
Method Detail |
---|
public com.sas.iom.SAS.IWorkspace getWorkspace()
close()
.
public void close()
Close()
on the IWorkspace object before calling this method, but it does not cause
problems if you do. You may call this method multiple time without causing
problems, but the behavior is undefined if you call either getWorkspace()
or any methods on the IWorkspace object after calling this method.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |