org.openorb.pss.registry
Class ConnectorRegistry

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.openorb.pss.registry.ConnectorRegistry
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, ConnectorRegistry, ConnectorRegistryOperations

public class ConnectorRegistry
extends org.omg.CORBA.LocalObject
implements ConnectorRegistry

This class is the openORB CosPSS Connector Registry.

Author:
Jerome Daniel
See Also:
Serialized Form

Constructor Summary
ConnectorRegistry()
          The constructor.
 
Method Summary
 Connector find_connector(java.lang.String implementation_id)
          This operation is used to find a previously registered connector.
 void register_connector(Connector c)
          Operation register_connector
 void unregister_connector(java.lang.String implementation_id)
          Operation unregister_connector
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _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_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

ConnectorRegistry

public ConnectorRegistry()
The constructor.

Method Detail

find_connector

public Connector find_connector(java.lang.String implementation_id)
                         throws NotFound
This operation is used to find a previously registered connector.

Specified by:
find_connector in interface ConnectorRegistryOperations
Throws:
NotFound

register_connector

public void register_connector(Connector c)
Description copied from interface: ConnectorRegistryOperations
Operation register_connector

Specified by:
register_connector in interface ConnectorRegistryOperations

unregister_connector

public void unregister_connector(java.lang.String implementation_id)
                          throws NotFound
Description copied from interface: ConnectorRegistryOperations
Operation unregister_connector

Specified by:
unregister_connector in interface ConnectorRegistryOperations
Throws:
NotFound