Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


oracle.ovs.api
Interface PluginService

All Superinterfaces:
java.rmi.Remote

public interface PluginService
extends java.rmi.Remote

Method Summary
 void disposePlugin()
           
 oracle.ovs.daemon.DaemonManager getDaemonManager()
           
 void preparePlugin()
           
 void preparePlugin(boolean autoStartDaemons)
           

 

Method Detail

preparePlugin

void preparePlugin(boolean autoStartDaemons)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDaemonManager

oracle.ovs.daemon.DaemonManager getDaemonManager()
                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

preparePlugin

void preparePlugin()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

disposePlugin

void disposePlugin()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

Skip navigation links

Oracle VM Manager Web Services API Reference
Release 2.2.0

E15446-02


Copyright © 2009, Oracle. All rights reserved.