org.csapi.fw.fw_service.service_registration
Interface IpFwServiceRegistrationOperations
- All Superinterfaces:
- IpInterfaceOperations
- All Known Subinterfaces:
- IpFwServiceRegistration
- All Known Implementing Classes:
- _IpFwServiceRegistrationStub, IpFwServiceRegistrationPOA, IpFwServiceRegistrationPOATie
public interface IpFwServiceRegistrationOperations
- extends IpInterfaceOperations
Generated from IDL interface "IpFwServiceRegistration"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
registerService
java.lang.String registerService(java.lang.String serviceTypeName,
TpServiceProperty[] servicePropertyList)
throws P_SERVICE_TYPE_UNAVAILABLE,
P_MISSING_MANDATORY_PROPERTY,
TpCommonExceptions,
P_ILLEGAL_SERVICE_TYPE,
P_UNKNOWN_SERVICE_TYPE,
P_DUPLICATE_PROPERTY_NAME,
P_PROPERTY_TYPE_MISMATCH
- Throws:
P_SERVICE_TYPE_UNAVAILABLE
P_MISSING_MANDATORY_PROPERTY
TpCommonExceptions
P_ILLEGAL_SERVICE_TYPE
P_UNKNOWN_SERVICE_TYPE
P_DUPLICATE_PROPERTY_NAME
P_PROPERTY_TYPE_MISMATCH
announceServiceAvailability
void announceServiceAvailability(java.lang.String serviceID,
IpServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_UNKNOWN_SERVICE_ID,
P_ILLEGAL_SERVICE_ID
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID
unregisterService
void unregisterService(java.lang.String serviceID)
throws TpCommonExceptions,
P_UNKNOWN_SERVICE_ID,
P_ILLEGAL_SERVICE_ID
- Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID
describeService
TpServiceDescription describeService(java.lang.String serviceID)
throws TpCommonExceptions,
P_UNKNOWN_SERVICE_ID,
P_ILLEGAL_SERVICE_ID
- Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID
unannounceService
void unannounceService(java.lang.String serviceID)
throws TpCommonExceptions,
P_UNKNOWN_SERVICE_ID,
P_ILLEGAL_SERVICE_ID
- Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID
Copyright © 2009. All Rights Reserved.