📄 serverpoatie.java
字号:
package org.xmlBlaster.protocol.corba.serverIdl;import org.omg.PortableServer.POA;/** * Generated from IDL interface "Server" * @author JacORB IDL compiler V 2.1, 16-Feb-2004 */public class ServerPOATie extends ServerPOA{ private ServerOperations _delegate; private POA _poa; public ServerPOATie(ServerOperations delegate) { _delegate = delegate; } public ServerPOATie(ServerOperations delegate, POA poa) { _delegate = delegate; _poa = poa; } public org.xmlBlaster.protocol.corba.serverIdl.Server _this() { return org.xmlBlaster.protocol.corba.serverIdl.ServerHelper.narrow(_this_object()); } public org.xmlBlaster.protocol.corba.serverIdl.Server _this(org.omg.CORBA.ORB orb) { return org.xmlBlaster.protocol.corba.serverIdl.ServerHelper.narrow(_this_object(orb)); } public ServerOperations _delegate() { return _delegate; } public void _delegate(ServerOperations delegate) { _delegate = delegate; } public POA _default_POA() { if (_poa != null) { return _poa; } else { return super._default_POA(); } } public org.xmlBlaster.protocol.corba.serverIdl.MessageUnit[] get(java.lang.String xmlKey, java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.get(xmlKey,qos); } public void publishOneway(org.xmlBlaster.protocol.corba.serverIdl.MessageUnit[] msgUnitArr) {_delegate.publishOneway(msgUnitArr); } public java.lang.String ping(java.lang.String qos) { return _delegate.ping(qos); } public java.lang.String publish(org.xmlBlaster.protocol.corba.serverIdl.MessageUnit msgUnit) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.publish(msgUnit); } public java.lang.String[] publishArr(org.xmlBlaster.protocol.corba.serverIdl.MessageUnit[] msgUnitArr) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.publishArr(msgUnitArr); } public java.lang.String[] unSubscribe(java.lang.String xmlKey, java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.unSubscribe(xmlKey,qos); } public java.lang.String[] erase(java.lang.String xmlKey, java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.erase(xmlKey,qos); } public java.lang.String subscribe(java.lang.String xmlKey, java.lang.String qos) throws org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException { return _delegate.subscribe(xmlKey,qos); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -