org.csapi.fw.fw_service.service_registration
Class _IpFwServiceRegistrationStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.fw.fw_service.service_registration._IpFwServiceRegistrationStub
All Implemented Interfaces:
java.io.Serializable, IpFwServiceRegistration, IpFwServiceRegistrationOperations, IpInterface, IpInterfaceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpFwServiceRegistrationStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpFwServiceRegistration

Generated from IDL interface "IpFwServiceRegistration"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpFwServiceRegistrationStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void announceServiceAvailability(java.lang.String serviceID, IpServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
           
 TpServiceDescription describeService(java.lang.String serviceID)
           
 java.lang.String registerService(java.lang.String serviceTypeName, TpServiceProperty[] servicePropertyList)
           
 void unannounceService(java.lang.String serviceID)
           
 void unregisterService(java.lang.String serviceID)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpFwServiceRegistrationStub

public _IpFwServiceRegistrationStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

announceServiceAvailability

public void announceServiceAvailability(java.lang.String serviceID,
                                        IpServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
                                 throws P_INVALID_INTERFACE_TYPE,
                                        TpCommonExceptions,
                                        P_UNKNOWN_SERVICE_ID,
                                        P_ILLEGAL_SERVICE_ID
Specified by:
announceServiceAvailability in interface IpFwServiceRegistrationOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID

describeService

public TpServiceDescription describeService(java.lang.String serviceID)
                                     throws TpCommonExceptions,
                                            P_UNKNOWN_SERVICE_ID,
                                            P_ILLEGAL_SERVICE_ID
Specified by:
describeService in interface IpFwServiceRegistrationOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID

unannounceService

public void unannounceService(java.lang.String serviceID)
                       throws TpCommonExceptions,
                              P_UNKNOWN_SERVICE_ID,
                              P_ILLEGAL_SERVICE_ID
Specified by:
unannounceService in interface IpFwServiceRegistrationOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID

registerService

public 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
Specified by:
registerService in interface IpFwServiceRegistrationOperations
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

unregisterService

public void unregisterService(java.lang.String serviceID)
                       throws TpCommonExceptions,
                              P_UNKNOWN_SERVICE_ID,
                              P_ILLEGAL_SERVICE_ID
Specified by:
unregisterService in interface IpFwServiceRegistrationOperations
Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID


Copyright © 2009. All Rights Reserved.