|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String id()
int tag()
void init_client(String[] params)
params
- Plug-in specific parameters.void init_server(String[] params)
params
- Plug-in specific parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |