xmlBlaster 2.2.0 API

org.xmlBlaster.protocol.rmi
Interface I_AuthServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AuthServerImpl

public interface I_AuthServer
extends java.rmi.Remote

Interface to login to xmlBlaster.

Author:
xmlBlaster@marcelruff.info

Method Summary
 java.lang.String connect(java.lang.String qos_literal)
           
 void disconnect(java.lang.String sessionId, java.lang.String qos_literal)
           
 java.lang.String ping(java.lang.String str)
          Ping to check if the authentication server is alive.
 

Method Detail

connect

java.lang.String connect(java.lang.String qos_literal)
                         throws java.rmi.RemoteException,
                                XmlBlasterException
Throws:
java.rmi.RemoteException
XmlBlasterException

disconnect

void disconnect(java.lang.String sessionId,
                java.lang.String qos_literal)
                throws java.rmi.RemoteException,
                       XmlBlasterException
Throws:
java.rmi.RemoteException
XmlBlasterException

ping

java.lang.String ping(java.lang.String str)
                      throws java.rmi.RemoteException
Ping to check if the authentication server is alive. This ping checks the availability on the application level.

Parameters:
qos - Currently an empty string ""
Returns:
Currently an empty string ""
Throws:
java.rmi.RemoteException

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.