org.csapi.fw.fw_application.discovery
Interface IpServiceDiscoveryOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpServiceDiscovery
All Known Implementing Classes:
_IpServiceDiscoveryStub, IpServiceDiscoveryPOA, IpServiceDiscoveryPOATie

public interface IpServiceDiscoveryOperations
extends IpInterfaceOperations

Generated from IDL interface "IpServiceDiscovery"

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)
           
 java.lang.String[] listServiceTypes()
           
 TpService[] listSubscribedServices()
           
 

Method Detail

listServiceTypes

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

describeServiceType

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

discoverService

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

listSubscribedServices

TpService[] listSubscribedServices()
                                   throws TpCommonExceptions,
                                          P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED


Copyright © 2009. All Rights Reserved.