1 23 24 package com.sun.enterprise.iiop; 25 26 import org.omg.CORBA.Any ; 27 import org.omg.CORBA.Policy ; 28 29 import com.sun.enterprise.deployment.EjbDescriptor; 30 31 public class OTSPolicy extends org.omg.CORBA.LocalObject  32 implements org.omg.CORBA.Policy { 33 34 public OTSPolicy() { 35 } 36 37 public int policy_type() { 38 return POARemoteReferenceFactory.OTS_POLICY_TYPE; 39 } 40 41 public org.omg.CORBA.Policy copy() { 42 return new OTSPolicy(); 43 } 44 45 public void destroy() { 46 } 47 } 48 | Popular Tags |