Uses of Class
org.csapi.fw.TpService

Packages that use TpService
org.csapi.fw   
org.csapi.fw.fw_application.discovery   
org.csapi.fw.fw_service.discovery   
 

Uses of TpService in org.csapi.fw
 

Fields in org.csapi.fw declared as TpService
 TpService[] TpServiceListHolder.value
           
 TpService TpServiceHolder.value
           
 

Methods in org.csapi.fw that return TpService
static TpService TpServiceHelper.extract(org.omg.CORBA.Any any)
           
static TpService[] TpServiceListHelper.extract(org.omg.CORBA.Any any)
           
static TpService TpServiceHelper.read(org.omg.CORBA.portable.InputStream in)
           
static TpService[] TpServiceListHelper.read(org.omg.CORBA.portable.InputStream _in)
           
 

Methods in org.csapi.fw with parameters of type TpService
static void TpServiceHelper.insert(org.omg.CORBA.Any any, TpService s)
           
static void TpServiceListHelper.insert(org.omg.CORBA.Any any, TpService[] s)
           
static void TpServiceHelper.write(org.omg.CORBA.portable.OutputStream out, TpService s)
           
static void TpServiceListHelper.write(org.omg.CORBA.portable.OutputStream _out, TpService[] _s)
           
 

Constructors in org.csapi.fw with parameters of type TpService
TpServiceHolder(TpService initial)
           
TpServiceListHolder(TpService[] initial)
           
 

Uses of TpService in org.csapi.fw.fw_application.discovery
 

Methods in org.csapi.fw.fw_application.discovery that return TpService
 TpService[] IpServiceDiscoveryOperations.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] IpServiceDiscoveryPOATie.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] _IpServiceDiscoveryStub.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] IpServiceDiscoveryOperations.listSubscribedServices()
           
 TpService[] IpServiceDiscoveryPOATie.listSubscribedServices()
           
 TpService[] _IpServiceDiscoveryStub.listSubscribedServices()
           
 

Uses of TpService in org.csapi.fw.fw_service.discovery
 

Methods in org.csapi.fw.fw_service.discovery that return TpService
 TpService[] IpFwServiceDiscoveryPOATie.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] _IpFwServiceDiscoveryStub.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] IpFwServiceDiscoveryOperations.discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] IpFwServiceDiscoveryPOATie.listRegisteredServices()
           
 TpService[] _IpFwServiceDiscoveryStub.listRegisteredServices()
           
 TpService[] IpFwServiceDiscoveryOperations.listRegisteredServices()
           
 



Copyright © 2008. All Rights Reserved.