📄 authserverpoatie.java
字号:
package org.xmlBlaster.protocol.corba.authenticateIdl;import org.omg.PortableServer.POA;/** * Generated from IDL interface "AuthServer" * @author JacORB IDL compiler V 2.1, 16-Feb-2004 */public class AuthServerPOATie extends AuthServerPOA{ private AuthServerOperations _delegate; private POA _poa; public AuthServerPOATie(AuthServerOperations delegate) { _delegate = delegate; } public AuthServerPOATie(AuthServerOperations delegate, POA poa) { _delegate = delegate; _poa = poa; } public org.xmlBlaster.protocol.corba.authenticateIdl.AuthServer _this() { return org.xmlBlaster.protocol.corba.authenticateIdl.AuthServerHelper.narrow(_this_object()); } public org.xmlBlaster.protocol.corba.authenticateIdl.AuthServer _this(org.omg.CORBA.ORB orb) { return org.xmlBlaster.protocol.corba.authenticateIdl.AuthServerHelper.narrow(_this_object(orb)); } public AuthServerOperations _delegate() { return _delegate; } public void _delegate(AuthServerOperations delegate) { _delegate = delegate; } public POA _default_POA() { if (_poa != null) { return _poa; } else { return super._default_POA(); } } public java.lang.String ping(java.lang.String qos) { return _delegate.ping(qos); } public java.lang.String connect(java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.connect(qos); } public void disconnect(java.lang.String sessionId, java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException {_delegate.disconnect(sessionId,qos); } public void logout(org.xmlBlaster.protocol.corba.serverIdl.Server xmlBlaster) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException {_delegate.logout(xmlBlaster); } public org.xmlBlaster.protocol.corba.serverIdl.Server login(java.lang.String loginName, java.lang.String passwd, java.lang.String qosClient) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.login(loginName,passwd,qosClient); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -