⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _corbalistenerstub.java

📁 jtapi for telephone
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package net.sourceforge.gjtapi.raw.remote.corba;

/**
* com/uforce/jtapi/generic/raw/remote/corba/_CorbaListenerStub.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from CorbaProvider.idl
* Thursday, November 16, 2000 1:10:55 o'clock PM EST
*/

public class _CorbaListenerStub extends org.omg.CORBA.portable.ObjectImpl implements CorbaListener {
  // Type-specific CORBA::Object operations
  private static String[] __ids = {
	"IDL:com/uforce/jtapi/generic/raw/remote/corba/CorbaListener:1.0"};
  // Constructors
  // NOTE:  If the default constructor is used, the
  //        object is useless until _set_delegate (...)
  //        is called.
  public _CorbaListenerStub ()
  {
	super ();
  }      
  public _CorbaListenerStub (org.omg.CORBA.portable.Delegate delegate)
  {
	super ();
	_set_delegate (delegate);
  }      
  public String[] _ids ()
  {
	return (String[])__ids.clone ();
  }      
  public void addressPrivateData (String address, org.omg.CORBA.Any data, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("addressPrivateData", false);
	   _out.write_string (address);
	   _out.write_any (data);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   addressPrivateData (address, data, cause);
	} finally {
		_releaseReply (_in);
	}
  } // addressPrivateData      
  public void callActive (int callId, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("callActive", false);
	   _out.write_long (callId);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   callActive (callId, cause);
	} finally {
		_releaseReply (_in);
	}
  } // callActive      
  public void callInvalid (int callId, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("callInvalid", false);
	   _out.write_long (callId);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   callInvalid (callId, cause);
	} finally {
		_releaseReply (_in);
	}
  } // callInvalid      
  public void callOverloadCeased (String address)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("callOverloadCeased", false);
	   _out.write_string (address);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   callOverloadCeased (address);
	} finally {
		_releaseReply (_in);
	}
  } // callOverloadCeased      
  public void callOverloadEncountered (String address)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("callOverloadEncountered", false);
	   _out.write_string (address);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   callOverloadEncountered (address);
	} finally {
		_releaseReply (_in);
	}
  } // callOverloadEncountered      
  public void callPrivateData (int callId, org.omg.CORBA.Any data, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("callPrivateData", false);
	   _out.write_long (callId);
	   _out.write_any (data);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   callPrivateData (callId, data, cause);
	} finally {
		_releaseReply (_in);
	}
  } // callPrivateData      
  public void connectionAddressAnalyse (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionAddressAnalyse", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionAddressAnalyse (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionAddressAnalyse      
  public void connectionAddressCollect (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionAddressCollect", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionAddressCollect (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionAddressCollect      
  public void connectionAlerting (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionAlerting", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionAlerting (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionAlerting      
  public void connectionAuthorizeCallAttempt (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionAuthorizeCallAttempt", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionAuthorizeCallAttempt (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionAuthorizeCallAttempt      
  public void connectionCallDelivery (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionCallDelivery", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionCallDelivery (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionCallDelivery      
  public void connectionConnected (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionConnected", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionConnected (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionConnected      
  public void connectionDisconnected (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionDisconnected", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionDisconnected (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionDisconnected      
  public void connectionFailed (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionFailed", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionFailed (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}
  } // connectionFailed      
  public void connectionInProgress (int callId, String address, int cause)
  {
	org.omg.CORBA.portable.InputStream _in = null;
	try {
	   org.omg.CORBA.portable.OutputStream _out = _request ("connectionInProgress", false);
	   _out.write_long (callId);
	   _out.write_string (address);
	   _out.write_long (cause);
	   _in = _invoke (_out);
	} catch (org.omg.CORBA.portable.ApplicationException _ex) {
	   _in = _ex.getInputStream ();
	   String _id = _ex.getId ();
	   throw new org.omg.CORBA.MARSHAL (_id);
	} catch (org.omg.CORBA.portable.RemarshalException _rm) {
	   connectionInProgress (callId, address, cause);
	} finally {
		_releaseReply (_in);
	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -