com.oracle.sdp.management
Class InstallSDPService

java.lang.Object
  extended by com.oracle.sdp.management.InstallSDPService

public class InstallSDPService
extends java.lang.Object

Installs the SDP

Author:
jwells

Constructor Summary
InstallSDPService(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void install()
           
 boolean uninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallSDPService

public InstallSDPService(org.osgi.framework.BundleContext context)
Method Detail

install

public void install()
             throws java.io.IOException,
                    org.osgi.framework.BundleException
Throws:
java.io.IOException
org.osgi.framework.BundleException

uninstall

public boolean uninstall()
                  throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException


Copyright © 2013 Oracle Corporation. All Rights Reserved.