org.apache.yoko.orb.OCI
Interface PluginOperations

All Known Subinterfaces:
Plugin
All Known Implementing Classes:
Plugin_impl

public interface PluginOperations

The interface for a Plugin object, which is used to initialize an OCI plug-in.


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.
 

Method Detail

id

String id()
The plugin id.


tag

int tag()
The profile id tag.


init_client

void init_client(String[] params)
Initialize the client-side of the plug-in.

Parameters:
params - Plug-in specific parameters.

init_server

void init_server(String[] params)
Initialize the server-side of the plug-in.

Parameters:
params - Plug-in specific parameters.


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