org.omg.PortableServer

Class POAManagerLocalTie

Implemented Interfaces:
IDLEntity, LocalInterface, Object, POAManager, POAManagerOperations, java.io.Serializable

public class POAManagerLocalTie
extends _POAManagerLocalBase

Generated from IDL interface "POAManager"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

POAManagerLocalTie(POAManagerOperations delegate)

Method Summary

POAManagerOperations
_delegate()
void
_delegate(POAManagerOperations delegate)
void
activate()
void
deactivate(boolean etherealize_objects, boolean wait_for_completion)
void
discard_requests(boolean wait_for_completion)
State
get_state()
void
hold_requests(boolean wait_for_completion)

Methods inherited from class org.omg.PortableServer._POAManagerLocalBase

_ids

Methods inherited from class org.omg.CORBA.LocalObject

_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection

Constructor Details

POAManagerLocalTie

public POAManagerLocalTie(POAManagerOperations delegate)

Method Details

_delegate

public POAManagerOperations _delegate()


_delegate

public void _delegate(POAManagerOperations delegate)


activate

public void activate()
            throws AdapterInactive
Specified by:
activate in interface POAManagerOperations


deactivate

public void deactivate(boolean etherealize_objects,
                       boolean wait_for_completion)
            throws AdapterInactive
Specified by:
deactivate in interface POAManagerOperations


discard_requests

public void discard_requests(boolean wait_for_completion)
            throws AdapterInactive
Specified by:
discard_requests in interface POAManagerOperations


get_state

public State get_state()
Specified by:
get_state in interface POAManagerOperations


hold_requests

public void hold_requests(boolean wait_for_completion)
            throws AdapterInactive
Specified by:
hold_requests in interface POAManagerOperations