org.csapi.fw.fw_service.service_registration
Class IpFwServiceRegistrationPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_service.service_registration.IpFwServiceRegistrationPOA
          extended by org.csapi.fw.fw_service.service_registration.IpFwServiceRegistrationPOATie
All Implemented Interfaces:
IpFwServiceRegistrationOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpFwServiceRegistrationPOATie
extends IpFwServiceRegistrationPOA

Generated from IDL interface "IpFwServiceRegistration"

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

Constructor Summary
IpFwServiceRegistrationPOATie(IpFwServiceRegistrationOperations delegate)
           
IpFwServiceRegistrationPOATie(IpFwServiceRegistrationOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpFwServiceRegistrationOperations _delegate()
           
 void _delegate(IpFwServiceRegistrationOperations delegate)
           
 IpFwServiceRegistration _this()
           
 IpFwServiceRegistration _this(org.omg.CORBA.ORB orb)
           
 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.csapi.fw.fw_service.service_registration.IpFwServiceRegistrationPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpFwServiceRegistrationPOATie

public IpFwServiceRegistrationPOATie(IpFwServiceRegistrationOperations delegate)

IpFwServiceRegistrationPOATie

public IpFwServiceRegistrationPOATie(IpFwServiceRegistrationOperations delegate,
                                     org.omg.PortableServer.POA poa)
Method Detail

_this

public IpFwServiceRegistration _this()
Overrides:
_this in class IpFwServiceRegistrationPOA

_this

public IpFwServiceRegistration _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpFwServiceRegistrationPOA

_delegate

public IpFwServiceRegistrationOperations _delegate()

_delegate

public void _delegate(IpFwServiceRegistrationOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

announceServiceAvailability

public 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

describeService

public 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

public 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

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
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
Throws:
TpCommonExceptions
P_UNKNOWN_SERVICE_ID
P_ILLEGAL_SERVICE_ID


Copyright © 2009. All Rights Reserved.