xmlBlaster 2.2.0 API

org.xmlBlaster.protocol.corba.authenticateIdl
Class AuthServerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.xmlBlaster.protocol.corba.authenticateIdl.AuthServerPOA
          extended by org.xmlBlaster.protocol.corba.authenticateIdl.AuthServerPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, AuthServerOperations

public class AuthServerPOATie
extends AuthServerPOA

Generated from IDL interface "AuthServer"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Field Summary
private  AuthServerOperations _delegate
           
private  org.omg.PortableServer.POA _poa
           
 
Constructor Summary
AuthServerPOATie(AuthServerOperations delegate)
           
AuthServerPOATie(AuthServerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 AuthServerOperations _delegate()
           
 void _delegate(AuthServerOperations delegate)
           
 AuthServer _this()
           
 AuthServer _this(org.omg.CORBA.ORB orb)
           
 java.lang.String connect(java.lang.String qos)
           
 void disconnect(java.lang.String sessionId, java.lang.String qos)
           
 Server login(java.lang.String loginName, java.lang.String passwd, java.lang.String qosClient)
           
 void logout(Server xmlBlaster)
           
 java.lang.String ping(java.lang.String qos)
           
 
Methods inherited from class org.xmlBlaster.protocol.corba.authenticateIdl.AuthServerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_delegate

private AuthServerOperations _delegate

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

AuthServerPOATie

public AuthServerPOATie(AuthServerOperations delegate)

AuthServerPOATie

public AuthServerPOATie(AuthServerOperations delegate,
                        org.omg.PortableServer.POA poa)
Method Detail

_this

public AuthServer _this()
Overrides:
_this in class AuthServerPOA

_this

public AuthServer _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class AuthServerPOA

_delegate

public AuthServerOperations _delegate()

_delegate

public void _delegate(AuthServerOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

ping

public java.lang.String ping(java.lang.String qos)

connect

public java.lang.String connect(java.lang.String qos)
                         throws XmlBlasterException
Throws:
XmlBlasterException

disconnect

public void disconnect(java.lang.String sessionId,
                       java.lang.String qos)
                throws XmlBlasterException
Throws:
XmlBlasterException

logout

public void logout(Server xmlBlaster)
            throws XmlBlasterException
Throws:
XmlBlasterException

login

public Server login(java.lang.String loginName,
                    java.lang.String passwd,
                    java.lang.String qosClient)
             throws XmlBlasterException
Throws:
XmlBlasterException

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.