se.laz.casual.jca.jmx.CasualMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of casual-jca Show documentation
Show all versions of casual-jca Show documentation
Casual JCA - Resource Adapter for Casual middleware.
package se.laz.casual.jca.jmx;
import java.util.List;
public interface CasualMBean
{
List networkPools();
String getNetworkPoolByName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy