com.raritantechnologies.federated.eRoom
Class FileERoomUserMonitor
java.lang.Object
com.raritantechnologies.federated.eRoom.ERoomUserMonitor
com.raritantechnologies.federated.eRoom.FileERoomUserMonitor
- All Implemented Interfaces:
- IConfigurable
- public class FileERoomUserMonitor
- extends ERoomUserMonitor
|
Method Summary |
java.lang.String |
getUserERooms(java.lang.String userLoginName)
Returns a comma separated list of ERooms that a user can access. |
java.util.Iterator |
getUsers()
|
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileERoomUserMonitor
public FileERoomUserMonitor()
FileERoomUserMonitor
public FileERoomUserMonitor(java.util.Properties initProperties)
FileERoomUserMonitor
public FileERoomUserMonitor(java.lang.String filepath)
initialize
public void initialize(org.w3c.dom.Element elem)
- Description copied from interface:
IConfigurable
- Initializes the object from an XML tag or element.
This method is called by the Framework as part of the application initializtion.
see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory.
Configurable objects that are owned or contained by other configurable objects will be initialized
in by the parent object.
- Specified by:
initialize in interface IConfigurable- Overrides:
initialize in class ERoomUserMonitor
getUserERooms
public java.lang.String getUserERooms(java.lang.String userLoginName)
- Description copied from class:
ERoomUserMonitor
- Returns a comma separated list of ERooms that a user can access.
- Overrides:
getUserERooms in class ERoomUserMonitor
getUsers
public java.util.Iterator getUsers()
- Overrides:
getUsers in class ERoomUserMonitor