java.rmi.activation.ActivationGroupDesc.CommandEnvironment Java Examples

The following examples show how to use java.rmi.activation.ActivationGroupDesc.CommandEnvironment. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: NullOptions.java    From dragonwell8_jdk with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #2
Source File: NullOptions.java    From TencentKona-8 with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #3
Source File: NullOptions.java    From jdk8u60 with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #4
Source File: NullOptions.java    From openjdk-jdk8u with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #5
Source File: NullOptions.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #6
Source File: NullOptions.java    From openjdk-jdk9 with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #7
Source File: NullOptions.java    From jdk8u-jdk with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #8
Source File: NullOptions.java    From hottub with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #9
Source File: NullOptions.java    From openjdk-8-source with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #10
Source File: NullOptions.java    From openjdk-8 with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #11
Source File: NullOptions.java    From jdk8u_jdk with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #12
Source File: NullOptions.java    From jdk8u-jdk with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #13
Source File: NullOptions.java    From jdk8u-dev-jdk with GNU General Public License v2.0 5 votes vote down vote up
public static void main(String[] args) throws Exception {

        CommandEnvironment env1 =
            new CommandEnvironment(null, null);
        CommandEnvironment env2 =
            new CommandEnvironment(null, new String[0]);

        if (env1.equals(env2)) {
            System.err.println("TEST PASSED: environments are equal");
        } else {
            System.err.println("TEST FAILED: environments not equal!");
            throw new RuntimeException("TEST FAILED");
        }
    }
 
Example #14
Source File: DownloadActivationGroup.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
public static void main(String[] args) {

        RMID rmid = null;

        System.out.println("\nRegression test for bug 4510355\n");

        try {
            TestLibrary.suggestSecurityManager("java.lang.SecurityManager");

            /*
             * Install group class file in codebase.
             */
            System.err.println("install class file in codebase");
            URL groupURL = TestLibrary.installClassInCodebase(
                                  "MyActivationGroupImpl", "group");
            System.err.println("class file installed");

            /*
             * Start rmid.
             */
            RMID.removeLog();
            rmid = RMID.createRMIDOnEphemeralPort();
            String execPolicyOption = "-Dsun.rmi.activation.execPolicy=none";
            rmid.addOptions(new String[] { execPolicyOption });
            rmid.start();

            /*
             * Create and register descriptors for custom group and an
             * activatable object in that group.
             */
            System.err.println("register group");

            Properties p = new Properties();
            p.put("java.security.policy", TestParams.defaultGroupPolicy);
            CommandEnvironment cmd = new ActivationGroupDesc.CommandEnvironment(
                    null,
                    new String[] {
                        "--add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED",
                        "--add-exports=java.rmi/sun.rmi.server=ALL-UNNAMED",
                        "--add-exports=java.rmi/sun.rmi.transport=ALL-UNNAMED",
                        "--add-exports=java.rmi/sun.rmi.transport.tcp=ALL-UNNAMED" });

            ActivationGroupDesc groupDesc =
                new ActivationGroupDesc("MyActivationGroupImpl",
                                        groupURL.toExternalForm(),
                                        null, p, cmd);
            ActivationGroupID groupID =
                ActivationGroup.getSystem().registerGroup(groupDesc);


            System.err.println("register activatable object");
            ActivationDesc desc =
                new ActivationDesc(groupID, "DownloadActivationGroup",
                                   null, null);
            Ping obj = (Ping) Activatable.register(desc);

            /*
             * Start group (by calling ping).
             */
            System.err.println(
                "ping object (forces download of group's class)");
            obj.ping();
            System.err.println(
                "TEST PASSED: group's class downloaded successfully");
            System.err.println("shutdown object");
            obj.shutdown();
            System.err.println("TEST PASSED");

        } catch (Exception e) {
            TestLibrary.bomb(e);
        } finally {
            rmid.cleanup();
        }
    }