|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.utils.agent.RegistrationFile
public class RegistrationFile
This class is used by the DynamicRegistration to register the SubAgents by parsing the Entries from a file.
| Field Summary | |
|---|---|
(package private) java.lang.String |
fileSeparator
Deprecated. |
| Constructor Summary | |
|---|---|
RegistrationFile(java.lang.String rFile)
Deprecated. Constructor for RegistrationFile |
|
| Method Summary | |
|---|---|
(package private) DynamicRegistrationEntry |
addTableModel(java.util.Vector vector,
int line)
Deprecated. |
java.lang.String |
getFileSeparator()
Deprecated. get the fileSepartor |
int |
getNoOfColumn()
Deprecated. getter for noOfColumn |
java.lang.String |
getRegistrationFile()
Deprecated. getter for Registration file |
java.util.Vector |
parseRegistration()
Deprecated. This class is used to parse the Registration file. |
void |
setFileSeperator(java.lang.String seperator)
Deprecated. Used to set the file seperator |
void |
setNoOfColumn(int col)
Deprecated. Used to stipulate no of columns should be in the Registration file |
void |
setRegistrationFile(java.lang.String rFile)
Deprecated. Setter for Registration file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String fileSeparator
| Constructor Detail |
|---|
public RegistrationFile(java.lang.String rFile)
| Method Detail |
|---|
public void setRegistrationFile(java.lang.String rFile)
public java.lang.String getRegistrationFile()
public void setNoOfColumn(int col)
public int getNoOfColumn()
public void setFileSeperator(java.lang.String seperator)
public java.lang.String getFileSeparator()
public java.util.Vector parseRegistration()
throws java.lang.Exception
These instances will be stored in the vector and the result is returned.
java.lang.Exception
DynamicRegistrationEntry addTableModel(java.util.Vector vector,
int line)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||