org.apache.yoko.orb.OB
Interface DispatchStrategy

All Superinterfaces:
DispatchStrategyOperations, Object

public interface DispatchStrategy
extends DispatchStrategyOperations, Object

This interface represents a dispatch strategy. To dispatch a request the ORB will pass a DispatchRequest. The dispatch strategy should call DispatchRequest::invoke() in the correct thread context.

See Also:
DispatchRequest, DispatchStrategyFactory

Method Summary
 
Methods inherited from interface org.apache.yoko.orb.OB.DispatchStrategyOperations
dispatch, id, info
 
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
 



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