01: package org.cougaar.qos.ResourceStatus;
02:
03: /**
04: * org/cougaar/qos/ResourceStatus/QualifierFactoryPOA.java .
05: * Generated by the IDL-to-Java compiler (portable), version "3.2"
06: * from qrs.idl
07: * Tuesday, August 7, 2007 11:57:30 AM EDT
08: */
09:
10: // simple.
11: public abstract class QualifierFactoryPOA extends
12: org.omg.PortableServer.Servant implements
13: org.cougaar.qos.ResourceStatus.QualifierFactoryOperations,
14: org.omg.CORBA.portable.InvokeHandler {
15:
16: // Constructors
17:
18: private static java.util.Hashtable _methods = new java.util.Hashtable();
19: static {
20: }
21:
22: public org.omg.CORBA.portable.OutputStream _invoke(String $method,
23: org.omg.CORBA.portable.InputStream in,
24: org.omg.CORBA.portable.ResponseHandler $rh) {
25: org.omg.CORBA.portable.OutputStream out = null;
26: java.lang.Integer __method = (java.lang.Integer) _methods
27: .get($method);
28: if (__method == null)
29: throw new org.omg.CORBA.BAD_OPERATION(0,
30: org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
31:
32: return out;
33: } // _invoke
34:
35: // Type-specific CORBA::Object operations
36: private static String[] __ids = { "IDL:org/cougaar/qos/ResourceStatus/QualifierFactory:1.0" };
37:
38: public String[] _all_interfaces(org.omg.PortableServer.POA poa,
39: byte[] objectId) {
40: return (String[]) __ids.clone();
41: }
42:
43: public QualifierFactory _this () {
44: return QualifierFactoryHelper.narrow(super ._this _object());
45: }
46:
47: public QualifierFactory _this (org.omg.CORBA.ORB orb) {
48: return QualifierFactoryHelper.narrow(super ._this _object(orb));
49: }
50:
51: } // class QualifierFactoryPOA
|