Package com.ipc.oce.varset

Examples of com.ipc.oce.varset.EActivator.bind()


   */
  @SuppressWarnings("unchecked")
  public <T> T findAndBindObject(String name) throws JIException{
    EActivator activator = varsetObjects.get(name);
    if (activator != null) {
      activator.bind(appInstance); // bind forced
    }
    return (T) activator;
  }
 
  /**
 
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.