org.apache.yoko.orb.IMR
Class _ActiveStateStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.apache.yoko.orb.IMR._ActiveStateStub
All Implemented Interfaces:
Serializable, ActiveState, ActiveStateOperations, Object, IDLEntity

public class _ActiveStateStub
extends ObjectImpl
implements ActiveState

See Also:
Serialized Form

Field Summary
static Class _ob_opsClass
           
 
Constructor Summary
_ActiveStateStub()
           
 
Method Summary
 String[] _ids()
           
 ObjectReferenceTemplate poa_create(POAStatus _ob_a0, ObjectReferenceTemplate _ob_a1)
          Called when a POA is created
 void poa_status_update(String[][] _ob_a0, POAStatus _ob_a1)
          Called when POA Manager changes state.
 void set_status(String _ob_a0, ServerStatus _ob_a1)
          Called to update the server status
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_ob_opsClass

public static final Class _ob_opsClass
Constructor Detail

_ActiveStateStub

public _ActiveStateStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

set_status

public void set_status(String _ob_a0,
                       ServerStatus _ob_a1)
Description copied from interface: ActiveStateOperations
Called to update the server status

Specified by:
set_status in interface ActiveStateOperations
Parameters:
_ob_a0 - The server id
_ob_a1 - The new server status

poa_create

public ObjectReferenceTemplate poa_create(POAStatus _ob_a0,
                                          ObjectReferenceTemplate _ob_a1)
                                   throws _NoSuchPOA
Description copied from interface: ActiveStateOperations
Called when a POA is created

Specified by:
poa_create in interface ActiveStateOperations
Parameters:
_ob_a0 - The POA state
_ob_a1 - The POAs ORT
Returns:
The IMRs ORT
Throws:
_NoSuchPOA - If a record for the POA does not exist

poa_status_update

public void poa_status_update(String[][] _ob_a0,
                              POAStatus _ob_a1)
Description copied from interface: ActiveStateOperations
Called when POA Manager changes state.

Specified by:
poa_status_update in interface ActiveStateOperations
Parameters:
_ob_a0 - List of affected POAs
_ob_a1 - The POA Manager state


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.