com.beem.project.beem.service.aidl
Interface IXmppConnection
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IXmppConnection.Stub, XmppConnectionAdapter
public interface IXmppConnection
- extends IInterface
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.