
org.omg.XA._CurrentConnectionLocalBase Maven / Gradle / Ivy
package org.omg.XA;
/**
* Abstract base class for implementations of local interface CurrentConnection
* @author JacORB IDL compiler.
*/
public abstract class _CurrentConnectionLocalBase
extends org.omg.CORBA.LocalObject
implements CurrentConnection
{
private String[] _type_ids = {"IDL:omg.org/XA/CurrentConnection:1.0"};
public String[] _ids() {
return(String[])_type_ids.clone();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy