Examples of IBalie


Examples of bank.gui.internettoegang.IBalie

    }

    public static void main(String[] args)
    {
        try {
            IBalie nb = new Balie(PersistentBank.getSingleton());
            java.rmi.registry.LocateRegistry.createRegistry(2005);
            java.rmi.Naming.rebind("rmi://localhost:2005/balie", nb);
        } catch (Exception ex) {
            Logger.getLogger(Balie.class.getName()).log(Level.SEVERE, null, ex);
        }
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.