|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rtpi.RtpiSourceInfo
This class holds the information about local and remote participants. It is thread safe.
Constructor Summary | |
RtpiSourceInfo(int pid,
java.lang.String cName)
|
Method Summary | |
void |
clearEmail()
This clears the item. |
void |
clearLoc()
This clears the item. |
void |
clearName()
This clears the item. |
void |
clearNote()
This clears the item. |
void |
clearPhone()
This clears the item. |
void |
clearTool()
This clears the item. |
java.lang.String |
getCName()
This returns the CNAME item of the participant. |
java.lang.String |
getEmail()
This returns the EMAIL item of the participant. |
java.lang.String |
getLoc()
This returns the LOC item of the participant. |
java.lang.String |
getName()
This returns the NAME item of the participant. |
java.lang.String |
getNote()
This returns the NOTE item of the participant. |
int |
getParticipantID()
This returns the ID of the participant. |
java.lang.String |
getPhone()
This returns the PHONE item of the participant. |
java.lang.String |
getTool()
This returns the TOOL item of the participant. |
void |
setCName(java.lang.String cName)
This sets the CNAME item of the participant. |
void |
setEmail(java.lang.String email)
This sets the EMAIL item of the participant. |
void |
setLoc(java.lang.String loc)
This sets the LOC item of the participant. |
void |
setName(java.lang.String name)
This sets the NAME item of the participant. |
void |
setNote(java.lang.String note)
This sets the NOTE item of the participant. |
void |
setPhone(java.lang.String phone)
This sets the PHONE item of the participant. |
void |
setTool(java.lang.String tool)
This sets the TOOL item of the participant. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RtpiSourceInfo(int pid, java.lang.String cName) throws IllegalValueException
Method Detail |
public void setCName(java.lang.String cName) throws IllegalValueException
cName
- the CNAME (e.g. mauve@pandorra.cs.um.de)public java.lang.String getCName() throws IllegalValueException
public void setName(java.lang.String name) throws IllegalValueException
name
- the NAME (e.g. Martin Mauve (University of Mannheim))public void clearName()
public java.lang.String getName() throws IllegalValueException
public void setEmail(java.lang.String email) throws IllegalValueException
email
- The EMAIL.public void clearEmail()
public java.lang.String getEmail() throws IllegalValueException
public void setPhone(java.lang.String phone) throws IllegalValueException
phone
- The PHONE.public void clearPhone()
public java.lang.String getPhone() throws IllegalValueException
public void setLoc(java.lang.String loc) throws IllegalValueException
loc
- The location.public void clearLoc()
public java.lang.String getLoc() throws IllegalValueException
public void setTool(java.lang.String tool) throws IllegalValueException
tool
- The TOOL.public void clearTool()
public java.lang.String getTool() throws IllegalValueException
public void setNote(java.lang.String note) throws IllegalValueException
note
- The NOTE.public void clearNote()
public java.lang.String getNote() throws IllegalValueException
public int getParticipantID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |