public class SynergyNetCluster
extends java.lang.Object
Constructor and Description |
---|
SynergyNetCluster(java.lang.String identity)
Instantiates a new synergy net cluster.
|
Modifier and Type | Method and Description |
---|---|
static SynergyNetCluster |
get()
Gets the.
|
ClusteredDeviceManager |
getDeviceClusterManager()
Gets the device cluster manager.
|
FileShareSystem |
getFileShareUtility()
Gets the file share utility.
|
java.lang.String |
getIdentity()
Gets the identity.
|
MessagingManager |
getMessagingManager()
Gets the messaging manager.
|
PresenceManager |
getPresenceManager()
Gets the presence manager.
|
org.jivesoftware.smack.XMPPConnection |
getXMPPConnection()
Gets the XMPP connection.
|
void |
shutdown()
Shutdown.
|
public SynergyNetCluster(java.lang.String identity)
identity
- the identitypublic static SynergyNetCluster get()
public ClusteredDeviceManager getDeviceClusterManager()
public FileShareSystem getFileShareUtility()
public java.lang.String getIdentity()
public MessagingManager getMessagingManager()
public PresenceManager getPresenceManager()
public org.jivesoftware.smack.XMPPConnection getXMPPConnection()
public void shutdown()