org.jivesoftware.smackx.provider
Class EntityUseCases

java.lang.Object
  extended by org.jivesoftware.smackx.provider.EntityUseCases

public class EntityUseCases
extends java.lang.Object


Constructor Summary
EntityUseCases()
           
 
Method Summary
static void closeConnection()
           
 void discoverNodeInfo()
           
 void discoverNodeItems()
           
 void discoverNodeSubscriptions()
           
 void discoverPubsubInfo()
           
 void discoverSubscriptions()
           
static void initConnection()
           
 void retrieveAffiliation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityUseCases

public EntityUseCases()
Method Detail

initConnection

public static void initConnection()
                           throws org.jivesoftware.smack.XMPPException
Throws:
org.jivesoftware.smack.XMPPException

closeConnection

public static void closeConnection()

discoverPubsubInfo

public void discoverPubsubInfo()
                        throws java.lang.Exception
Throws:
java.lang.Exception

discoverNodeInfo

public void discoverNodeInfo()
                      throws java.lang.Exception
Throws:
java.lang.Exception

discoverNodeItems

public void discoverNodeItems()
                       throws java.lang.Exception
Throws:
java.lang.Exception

discoverSubscriptions

public void discoverSubscriptions()
                           throws java.lang.Exception
Throws:
java.lang.Exception

discoverNodeSubscriptions

public void discoverNodeSubscriptions()
                               throws java.lang.Exception
Throws:
java.lang.Exception

retrieveAffiliation

public void retrieveAffiliation()
                         throws java.lang.Exception
Throws:
java.lang.Exception