All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.XA._ConnectorLocalBase Maven / Gradle / Ivy

Go to download

JBossTS - JBoss Transaction Service. JTA, JTS and XTS (WS-AT, WS-BA)

The newest version!
package org.omg.XA;


/**
 * Abstract base class for implementations of local interface Connector
 * @author JacORB IDL compiler.
 */

public abstract class _ConnectorLocalBase
	extends org.omg.CORBA.LocalObject
	implements Connector
{
	private String[] _type_ids = {"IDL:omg.org/XA/Connector:1.0"};
	public String[] _ids()	{
		return(String[])_type_ids.clone();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy