Package com.starlight.intrepid

Examples of com.starlight.intrepid.Registry


    VMID server_vmid = intrepid.connect( InetAddress.getLocalHost(),
      Integer.parseInt( args[ 0 ] ), null, null );

    intrepid.addPerformanceListener( new LeaseListener() );

    Registry registry = intrepid.getRemoteRegistry( server_vmid );

    ServerIfc server = ( ServerIfc ) registry.lookup( "server" );
    server.addListener( new ListenerClient() );

    SharedThreadPool.INSTANCE.scheduleAtFixedRate( new GarbageCreator(),
      250, 250, TimeUnit.MILLISECONDS );
  }
View Full Code Here

TOP

Related Classes of com.starlight.intrepid.Registry

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.