com.arjuna.ats.jdbc.common.JDBCEnvironmentBeanMBean Maven / Gradle / Ivy
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package com.arjuna.ats.jdbc.common;
import java.util.Hashtable;
/**
* A JMX MBean interface containing configuration for the JDBC subsystem.
*
* @author Jonathan Halliday ([email protected])
*/
public interface JDBCEnvironmentBeanMBean
{
int getIsolationLevel();
public Hashtable getJndiProperties();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy