1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/ThreadPolicyOperations.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Wednesday, September 15, 2004 10:28:40 AM GMT
  7. */
  8. /**
  9. * The ThreadPolicy specifies the threading model
  10. * used with the created POA. The default is
  11. * ORB_CTRL_MODEL.
  12. */
  13. public interface ThreadPolicyOperations extends org.omg.CORBA.PolicyOperations
  14. {
  15. /**
  16. * specifies the policy value
  17. */
  18. org.omg.PortableServer.ThreadPolicyValue value ();
  19. } // interface ThreadPolicyOperations