Package org.jivesoftware.openfire
Interface StreamID
-
- All Superinterfaces:
Serializable
public interface StreamID extends Serializable
A unique identifier for a stream.- Author:
- Iain Shigeoka
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getID()
Obtain a unique identifier for easily identifying this stream in a database.
-
-
-
Method Detail
-
getID
String getID()
Obtain a unique identifier for easily identifying this stream in a database.- Returns:
- The unique ID for this stream
-
-