com.beem.project.beem.service.aidl
Interface IXmppConnection

Package class diagram package IXmppConnection
All Superinterfaces:
IInterface
All Known Implementing Classes:
IXmppConnection.Stub, XmppConnectionAdapter

public interface IXmppConnection
extends IInterface


Nested Class Summary
static class IXmppConnection.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void addConnectionListener(IBeemConnectionListener listen)
           
 void changeStatus(int status, String msg)
           
 void changeStatusAndPriority(int status, String msg, int priority)
           
 boolean connect()
           
 void connectAsync()
           
 boolean connectSync()
           
 boolean disconnect()
           
 IChatManager getChatManager()
           
 String getErrorMessage()
           
 IPrivacyListManager getPrivacyListManager()
           
 IRoster getRoster()
           
 boolean isAuthentificated()
           
 boolean login()
           
 void removeConnectionListener(IBeemConnectionListener listen)
           
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

connect

boolean connect()
                throws RemoteException
Throws:
RemoteException

login

boolean login()
              throws RemoteException
Throws:
RemoteException

connectSync

boolean connectSync()
                    throws RemoteException
Throws:
RemoteException

connectAsync

void connectAsync()
                  throws RemoteException
Throws:
RemoteException

disconnect

boolean disconnect()
                   throws RemoteException
Throws:
RemoteException

getRoster

IRoster getRoster()
                  throws RemoteException
Throws:
RemoteException

addConnectionListener

void addConnectionListener(IBeemConnectionListener listen)
                           throws RemoteException
Throws:
RemoteException

removeConnectionListener

void removeConnectionListener(IBeemConnectionListener listen)
                              throws RemoteException
Throws:
RemoteException

isAuthentificated

boolean isAuthentificated()
                          throws RemoteException
Throws:
RemoteException

getChatManager

IChatManager getChatManager()
                            throws RemoteException
Throws:
RemoteException

changeStatusAndPriority

void changeStatusAndPriority(int status,
                             String msg,
                             int priority)
                             throws RemoteException
Throws:
RemoteException

changeStatus

void changeStatus(int status,
                  String msg)
                  throws RemoteException
Throws:
RemoteException

getPrivacyListManager

IPrivacyListManager getPrivacyListManager()
                                          throws RemoteException
Throws:
RemoteException

getErrorMessage

String getErrorMessage()
                       throws RemoteException
Throws:
RemoteException


Copyright © 2009 Beem-project.com. All Rights Reserved.