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

org.datafx.ejb.JndiClassBindingProvider Maven / Gradle / Ivy

The newest version!
package org.datafx.ejb;

import java.util.List;

public interface JndiClassBindingProvider {

	List> getBindings();
	
	String getContextId(); //TODO: Soll im Default null zur�ck liefern. Dies ist f�r das default EjbLookup gedacht.
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy