public class ContextInfo extends Object
| Constructor and Description |
|---|
ContextInfo(String containerName,
String spaceId,
String roomTitle)
Instantiates a new context info.
|
ContextInfo(String containerName,
String spaceId,
String roomTitle,
String cometdPath,
String cometdToken)
Instantiates a new context info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCometdPath()
Gets the cometd path (optional).
|
String |
getCometdToken()
Gets the cometd token.
|
String |
getContainerName()
Gets the container name.
|
String |
getRoomTitle()
Gets the room title.
|
String |
getSpaceId()
Gets the space id.
|
public ContextInfo(String containerName, String spaceId, String roomTitle, String cometdPath, String cometdToken)
containerName - the container namespaceId - the space idroomTitle - the room namecometdPath - the cometd pathcometdToken - the cometd tokenpublic String getContainerName()
public String getCometdPath()
nullpublic String getCometdToken()
public String getSpaceId()
public String getRoomTitle()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.