org.csapi.fw.fw_service.discovery
Interface IpFwServiceDiscoveryOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpFwServiceDiscovery
All Known Implementing Classes:
_IpFwServiceDiscoveryStub, IpFwServiceDiscoveryPOA, IpFwServiceDiscoveryPOATie

public interface IpFwServiceDiscoveryOperations
extends IpInterfaceOperations

Generated from IDL interface "IpFwServiceDiscovery"

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

Method Summary
 TpServiceTypeDescription describeServiceType(java.lang.String name)
           
 TpService[] discoverService(java.lang.String serviceTypeName, TpServiceProperty[] desiredPropertyList, int max)
           
 TpService[] listRegisteredServices()
           
 java.lang.String[] listServiceTypes()
           
 

Method Detail

listServiceTypes

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

describeServiceType

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

discoverService

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

listRegisteredServices

TpService[] listRegisteredServices()
                                   throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2009. All Rights Reserved.