fi.hut.tml.xsmiles.comm
Interface Contact
- All Superinterfaces:
- CommEventSender
- All Known Subinterfaces:
- Group, User
- All Known Implementing Classes:
- ContactBase, JxtaGroup, JxtaPeer, SipUser
- public interface Contact
- extends CommEventSender
- Author:
- ssundell
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Method Summary |
Session |
connect()
|
java.util.Enumeration |
getKeys()
Get keys to the information stored in the user object. |
java.lang.String |
getName()
|
java.lang.Object |
getValue(java.lang.String key)
|
void |
setValue(java.lang.String key,
java.lang.Object value)
Set the information |
connect
public Session connect()
getName
public java.lang.String getName()
getKeys
public java.util.Enumeration getKeys()
- Get keys to the information stored in the user object.
- Returns:
- Enumeration of the keys
setValue
public void setValue(java.lang.String key,
java.lang.Object value)
- Set the information
- Parameters:
key - Key to the informationvalue - Value of the information
getValue
public java.lang.Object getValue(java.lang.String key)
X-Smiles 1.2