|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.util.connection.WorkspaceBean
public class WorkspaceBean
The WorkspaceBean class is a Java bean that wraps the com.sas.iom.SAS.IWorkspace class. This bean provides a way for a workspace to be manipulated in an IDE.
It is used in conjunction with the ConnectionFactoryBean, where workspace beans are returned via the ConnectionFactoryBean.requestWorkspace() method.
The bean has just one property, workspace, which contains the actual IOM workspace (com.sas.iom.SAS.IWorkspace).
Field Summary | |
---|---|
protected com.sas.iom.SAS.IWorkspace |
workspace
The internal workspace |
Constructor Summary | |
---|---|
WorkspaceBean()
Default constructor |
|
WorkspaceBean(com.sas.iom.SAS.IWorkspace workspace)
Constructor that takes a workspace and sets it internally. |
Method Summary | |
---|---|
static com.sas.beans.ExtendedBeanInfo |
getExtendedBeanInfo()
Returns information used by the com.sas.beans.Introspector to
augment the automatically introspected information about this WorkspaceBean. |
com.sas.iom.SAS.IWorkspace |
getWorkspace()
Returns an instance of com.sas.iom.SAS.IWorkspace. |
void |
setWorkspace(com.sas.iom.SAS.IWorkspace workspace)
Sets a workspace on an object. |
Field Detail |
---|
protected com.sas.iom.SAS.IWorkspace workspace
Constructor Detail |
---|
public WorkspaceBean()
public WorkspaceBean(com.sas.iom.SAS.IWorkspace workspace)
workspace
- The workspace to set on this object.Method Detail |
---|
public com.sas.iom.SAS.IWorkspace getWorkspace()
getWorkspace
in interface WorkspacePropertyInterface
setWorkspace(IWorkspace)
public void setWorkspace(com.sas.iom.SAS.IWorkspace workspace)
setWorkspace
in interface WorkspacePropertyInterface
workspace
- An instance of com.sas.iom.SAS.IWorkspacegetWorkspace()
public static com.sas.beans.ExtendedBeanInfo getExtendedBeanInfo()
com.sas.beans.Introspector
to
augment the automatically introspected information about this WorkspaceBean.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |