Package org.omg

Examples of org.omg.BiDirPolicy


        {
            throw new PolicyError("Invalid value for BiDir policy of " + value,
                                  BAD_POLICY_VALUE.value);
        }
       
        return new BiDirPolicy( value );
    }
View Full Code Here


        return BIDIRECTIONAL_POLICY_TYPE.value;
    }

    public Policy copy()
    {
        return new BiDirPolicy( value );
    }
View Full Code Here

TOP

Related Classes of org.omg.BiDirPolicy

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.