|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLPConfigInfo
public class LPConfigInfo
This class stores the configuration information for an LP. The information is provided
by application programmer in a text file in the following format:
index app_name class_name data
Field Summary | |
---|---|
(package private) java.lang.String |
APPid
the application-specified index of the LP |
(package private) java.lang.String |
APPname
the application-specified name of the LP |
(package private) java.lang.String |
className
the class name of the LP |
(package private) java.lang.String |
data
the data for this LP |
(package private) int |
LPid
the id of the LP which the message is routing to |
(package private) int |
PEid
the id of the PE which the message is routing to |
Constructor Summary | |
---|---|
LPConfigInfo(int lid,
java.lang.String aid,
java.lang.String aname,
java.lang.String cname,
java.lang.String dat)
constructs a LPInfo object |
Method Summary | |
---|---|
java.lang.String |
getAPPid()
Gets index of the LP |
java.lang.String |
getAPPname()
Gets the name of the LP |
java.lang.String |
getLPClassName()
Gets the class name of the LP |
java.lang.String |
getLPData()
Gets the data of the LP |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int PEid
int LPid
java.lang.String APPid
java.lang.String APPname
java.lang.String className
java.lang.String data
Constructor Detail |
---|
public LPConfigInfo(int lid, java.lang.String aid, java.lang.String aname, java.lang.String cname, java.lang.String dat)
Method Detail |
---|
public java.lang.String getAPPid()
public java.lang.String getAPPname()
public java.lang.String getLPClassName()
public java.lang.String getLPData()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |