|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The interface that RSE system profiles implement.
A profile represents a user or name which is used to key important user-data by:
| Method Summary | |
|---|---|
IHost |
createHost(String systemType,
String connectionName,
String hostName,
String description)
Convenience method for create a new connection within this profile. |
ISystemFilterPool[] |
getFilterPools()
Return all filter pools for this profile |
ISystemFilterPool[] |
getFilterPools(ISubSystemConfiguration ssf)
Return all filter pools for this profile, scoped by a given subsystem factory |
IHost[] |
getHosts()
Return all connections for this profile |
String |
getName()
|
ISystemProfileManager |
getProfileManager()
Get the in-memory pointer back to the parent system profile manager |
boolean |
isActive()
Return true if this profile is currently active for this user |
boolean |
isDefaultPrivate()
|
void |
setDefaultPrivate(boolean value)
|
void |
setName(String value)
|
void |
setProfileManager(ISystemProfileManager mgr)
Set the in-memory pointer back to the parent system profile manager |
| Methods inherited from interface org.eclipse.rse.core.model.IRSEModelObject |
|---|
getDescription |
| Methods inherited from interface org.eclipse.rse.core.model.IPropertySetContainer |
|---|
addPropertySet, addPropertySets, createPropertySet, createPropertySet, getPropertySet, getPropertySets, removePropertySet |
| Methods inherited from interface org.eclipse.rse.core.persistance.IRSEPersistableContainer |
|---|
commit, isDirty, setDirty, setWasRestored, wasRestored |
| Method Detail |
public void setProfileManager(ISystemProfileManager mgr)
public ISystemProfileManager getProfileManager()
public IHost createHost(String systemType,
String connectionName,
String hostName,
String description)
throws Exception
ISystemRegistry.createHost(String,String,String,String)
Exceptionpublic String getName()
getName in interface IRSEModelObjectpublic void setName(String value)
value - The new value of the Name attributepublic boolean isDefaultPrivate()
public void setDefaultPrivate(boolean value)
value - The new value of the DefaultPrivate attributepublic IHost[] getHosts()
public ISystemFilterPool[] getFilterPools()
public ISystemFilterPool[] getFilterPools(ISubSystemConfiguration ssf)
public boolean isActive()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||