org.apache.yoko.orb.IMR
Interface ActiveStateOperations

All Known Subinterfaces:
ActiveState
All Known Implementing Classes:
_ActiveStateStub, ActiveStatePOA

public interface ActiveStateOperations


Method Summary
 ObjectReferenceTemplate poa_create(POAStatus state, ObjectReferenceTemplate poa_tmpl)
          Called when a POA is created
 void poa_status_update(String[][] poas, POAStatus state)
          Called when POA Manager changes state.
 void set_status(String id, ServerStatus status)
          Called to update the server status
 

Method Detail

set_status

void set_status(String id,
                ServerStatus status)
Called to update the server status

Parameters:
id - The server id
status - The new server status

poa_create

ObjectReferenceTemplate poa_create(POAStatus state,
                                   ObjectReferenceTemplate poa_tmpl)
                                   throws _NoSuchPOA
Called when a POA is created

Parameters:
state - The POA state
poa_tmpl - The POAs ORT
Returns:
The IMRs ORT
Throws:
_NoSuchPOA - If a record for the POA does not exist

poa_status_update

void poa_status_update(String[][] poas,
                       POAStatus state)
Called when POA Manager changes state.

Parameters:
poas - List of affected POAs
state - The POA Manager state


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