org.opennms.bb.eui.admin.snmp.utils
Class SnmpUserProfWriter
java.lang.Object
|
+--org.opennms.bb.eui.common.utils.UserProfWriter
|
+--org.opennms.bb.eui.admin.snmp.utils.SnmpUserProfWriter
- public class SnmpUserProfWriter
- extends UserProfWriter
SnmpUserProfWriter writes the user preferences for the SNMP
config into the user profile file
It throws an IOException if the user profile file write fails for
any reason
- Author:
- Sowmya
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
userProfile
Hashtable userProfile
PERSPROF
final String PERSPROF
PERSPROF_CLS
final String PERSPROF_CLS
PARM
final String PARM
PARM_CLS
final String PARM_CLS
PARM_NAME
final String PARM_NAME
PARM_NAME_CLS
final String PARM_NAME_CLS
PARM_VALUE
final String PARM_VALUE
PARM_VALUE_CLS
final String PARM_VALUE_CLS
XPOS
final String XPOS
YPOS
final String YPOS
WIDTH
final String WIDTH
HEIGHT
final String HEIGHT
LOOKNFEEL
final String LOOKNFEEL
SnmpUserProfWriter
public SnmpUserProfWriter(Hashtable inpUserProfile,
String userID)
throws IOException
- Writes into the file for the user
writeCurApplInfo
protected void writeCurApplInfo(FileWriter fileWriter)
throws IOException
- Overrides:
writeCurApplInfo
in class UserProfWriter
writePosition
void writePosition(FileWriter fileWriter)
throws IOException
writeDimension
void writeDimension(FileWriter fileWriter)
throws IOException
writeLook
void writeLook(FileWriter fileWriter)
throws IOException