Name

WrongPolicyHelper

Synopsis

The helper class for the WrongPolicy object type, used to read/write WrongPolicy objects using I/O streams, etc.

public abstract class WrongPolicyHelper {
// Public Constructors
   public WrongPolicyHelper();  
// Public Class Methods
   public static WrongPolicy extract( org.omg.CORBA.Any a);  
   public static String id();  
   public static void insert(org.omg.CORBA.Any a, 
        WrongPolicy that);  
   public static WrongPolicy read(
        org.omg.CORBA.portable.InputStream istream);  
   public static org.omg.CORBA.TypeCode type();                  // synchronized
   public static void write(
        org.omg.CORBA.portable.OutputStream ostream, 
        WrongPolicy value);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.