Package org.apache.manifoldcf.crawler.common.filenet

Examples of org.apache.manifoldcf.crawler.common.filenet.RMILocalSocketFactory


  public static void main(String[] args)
  {
    try
    {
      java.rmi.registry.Registry r = java.rmi.registry.LocateRegistry.createRegistry(8305,new RMILocalClientSocketFactory(),new RMILocalSocketFactory());
      // Registry started OK
      System.out.println("FileNet Registry started and awaiting connections.");
      // Sleep forever, until process is externally terminated
      while (true)
      {
View Full Code Here

TOP

Related Classes of org.apache.manifoldcf.crawler.common.filenet.RMILocalSocketFactory

Copyright © 2018 www.massapicom. 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.