org.csapi.fw.fw_service.discovery
Class IpFwServiceDiscoveryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_service.discovery.IpFwServiceDiscoveryPOA
          extended by org.csapi.fw.fw_service.discovery.IpFwServiceDiscoveryPOATie
All Implemented Interfaces:
IpFwServiceDiscoveryOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpFwServiceDiscoveryPOATie
extends IpFwServiceDiscoveryPOA

Generated from IDL interface "IpFwServiceDiscovery"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Constructor Summary
IpFwServiceDiscoveryPOATie(IpFwServiceDiscoveryOperations delegate)
           
IpFwServiceDiscoveryPOATie(IpFwServiceDiscoveryOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpFwServiceDiscoveryOperations _delegate()
           
 void _delegate(IpFwServiceDiscoveryOperations delegate)
           
 IpFwServiceDiscovery _this()
           
 IpFwServiceDiscovery _this(org.omg.CORBA.ORB orb)
           
 TpServiceTypeDescription describeServiceType(java.lang.String name)
           
 TpService[] discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] listRegisteredServices()
           
 java.lang.String[] listServiceTypes()
           
 
Methods inherited from class org.csapi.fw.fw_service.discovery.IpFwServiceDiscoveryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpFwServiceDiscoveryPOATie

public IpFwServiceDiscoveryPOATie(IpFwServiceDiscoveryOperations delegate)

IpFwServiceDiscoveryPOATie

public IpFwServiceDiscoveryPOATie(IpFwServiceDiscoveryOperations delegate,
                                  org.omg.PortableServer.POA poa)
Method Detail

_this

public IpFwServiceDiscovery _this()
Overrides:
_this in class IpFwServiceDiscoveryPOA

_this

public IpFwServiceDiscovery _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpFwServiceDiscoveryPOA

_delegate

public IpFwServiceDiscoveryOperations _delegate()

_delegate

public void _delegate(IpFwServiceDiscoveryOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

listServiceTypes

public java.lang.String[] listServiceTypes()
                                    throws TpCommonExceptions
Throws:
TpCommonExceptions

listRegisteredServices

public TpService[] listRegisteredServices()
                                   throws TpCommonExceptions
Throws:
TpCommonExceptions

discoverService

public TpService[] discoverService(java.lang.String serviceTypeName,
                                   TpServiceProperty[] desiredPropertyList,
                                   int max)
                            throws TpCommonExceptions,
                                   P_ILLEGAL_SERVICE_TYPE,
                                   P_INVALID_PROPERTY,
                                   P_UNKNOWN_SERVICE_TYPE
Throws:
TpCommonExceptions
P_ILLEGAL_SERVICE_TYPE
P_INVALID_PROPERTY
P_UNKNOWN_SERVICE_TYPE

describeServiceType

public TpServiceTypeDescription describeServiceType(java.lang.String name)
                                             throws TpCommonExceptions,
                                                    P_ILLEGAL_SERVICE_TYPE,
                                                    P_UNKNOWN_SERVICE_TYPE
Throws:
TpCommonExceptions
P_ILLEGAL_SERVICE_TYPE
P_UNKNOWN_SERVICE_TYPE


Copyright © 2009. All Rights Reserved.