Package de.tuclausthal.informatik.winf.mobileagents.resource

Examples of de.tuclausthal.informatik.winf.mobileagents.resource.ResourceProvider.createResource()


    if(!(index > 0)) return null;
    String rn = resource.substring(0, index); // resource name
   
    ResourceProvider rp = this.getResourceProvider(rn);
    if(rp == null) return null;
    return rp.createResource(resource, writable, agentInfo);
  }
 
  /**
   * <p>Searches the <code>ResourceProvider</code> who
   * was used to create the <code>Resource</code>
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.