Package org.objectweb.speedo.mim.api

Examples of org.objectweb.speedo.mim.api.HomeItf.addInstanceLifeCycleListener()


            }
            if (sh == null) {
                logger.log(BasicLevel.WARN, "Class '" + classes[i].getName()
                        + "' is not recongnized as a persistent class. The listener will not receiver event, but it is registerd.");
            } else {
                sh.addInstanceLifeCycleListener(l);
            }
        }
    }

    public synchronized void removeInstanceLifecycleListener(InstanceLifecycleListener l) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.