Package com.ibm.di.plugin.proxy
Class StopProxy
- java.lang.Object
-
- com.ibm.di.plugin.proxy.StopProxy
-
public class StopProxy extends java.lang.Object
This class represents a utility that connects to a running Java Proxy and sends a stop request.
-
-
Constructor Summary
Constructors Constructor Description StopProxy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
This is the entry point of the Java StopProxy utility.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException
This is the entry point of the Java StopProxy utility.- Parameters:
args
- no specific arguments are checked or expected.- Throws:
java.io.FileNotFoundException
- if the config file could not be found.java.io.IOException
- if an I/O error occurs.
-
-