org.apache.yoko.orb.OCI.IIOP
Class Plugin_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OCI.IIOP.Plugin_impl
All Implemented Interfaces:
Plugin, PluginOperations, Object

public final class Plugin_impl
extends LocalObject
implements Plugin


Constructor Summary
Plugin_impl(ORB orb, ConnectionHelper helper)
           
 
Method Summary
 String id()
          The plugin id.
 void init_client(String[] params)
          Initialize the client-side of the plug-in.
 void init_server(String[] params)
          Initialize the server-side of the plug-in.
 int tag()
          The profile id tag.
 
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
clone, equals, finalize, 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_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

Plugin_impl

public Plugin_impl(ORB orb,
                   ConnectionHelper helper)
Method Detail

id

public String id()
Description copied from interface: PluginOperations
The plugin id.

Specified by:
id in interface PluginOperations

tag

public int tag()
Description copied from interface: PluginOperations
The profile id tag.

Specified by:
tag in interface PluginOperations

init_client

public void init_client(String[] params)
Description copied from interface: PluginOperations
Initialize the client-side of the plug-in.

Specified by:
init_client in interface PluginOperations
Parameters:
params - Plug-in specific parameters.

init_server

public void init_server(String[] params)
Description copied from interface: PluginOperations
Initialize the server-side of the plug-in.

Specified by:
init_server in interface PluginOperations
Parameters:
params - Plug-in specific parameters.


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