com.ibm.websphere.management.configservice.tasks

Class UninstallRARTask

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.configservice.tasks.UninstallRARTask

  1. public class UninstallRARTask
  2. extends java.lang.Object
This class defines tasks that relate to stand-alone RAR file installation.

Constructor Summary

Constructor and Description
UninstallRARTask(ConfigService configService)

Method Summary

Modifier and Type Method and Description
  1. java.util.List
uninstallResourceAdapter(Session session,javax.management.ObjectName on,java.util.Hashtable options)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UninstallRARTask

  1. public UninstallRARTask(ConfigService configService)

Method Detail

uninstallResourceAdapter

  1. public java.util.List uninstallResourceAdapter( Session session,
  2. javax.management.ObjectName on,
  3. java.util.Hashtable options)
  4. throws ConfigServiceException
  5. ConnectorException
Throws: