com.mysql.management.driverlaunched
Class ServerLauncherSocketFactory

java.lang.Object
  extended by com.mysql.management.driverlaunched.ServerLauncherSocketFactory
All Implemented Interfaces:
com.mysql.jdbc.SocketFactory

public final class ServerLauncherSocketFactory
extends java.lang.Object
implements com.mysql.jdbc.SocketFactory

This class is final simply as a hint to the compiler, it may be un-finalized safely.

Author:
Eric Herman

Field Summary
static java.lang.String SERVER_DOT
           
 
Constructor Summary
ServerLauncherSocketFactory()
           
 
Method Summary
 java.net.Socket afterHandshake()
           
 java.net.Socket beforeHandshake()
           
 java.net.Socket connect(java.lang.String host, int portNumber, java.util.Properties props)
           
static boolean shutdown(java.io.File baseDir, java.io.File dataDir)
           
static boolean shutdown(java.io.File baseDir, java.io.File dataDir, int killDelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_DOT

public static final java.lang.String SERVER_DOT
See Also:
Constant Field Values
Constructor Detail

ServerLauncherSocketFactory

public ServerLauncherSocketFactory()
Method Detail

connect

public java.net.Socket connect(java.lang.String host,
                               int portNumber,
                               java.util.Properties props)
                        throws java.net.SocketException,
                               java.io.IOException
Specified by:
connect in interface com.mysql.jdbc.SocketFactory
Throws:
java.net.SocketException
java.io.IOException

afterHandshake

public java.net.Socket afterHandshake()
                               throws java.net.SocketException,
                                      java.io.IOException
Specified by:
afterHandshake in interface com.mysql.jdbc.SocketFactory
Throws:
java.net.SocketException
java.io.IOException

beforeHandshake

public java.net.Socket beforeHandshake()
                                throws java.net.SocketException,
                                       java.io.IOException
Specified by:
beforeHandshake in interface com.mysql.jdbc.SocketFactory
Throws:
java.net.SocketException
java.io.IOException

shutdown

public static boolean shutdown(java.io.File baseDir,
                               java.io.File dataDir)

shutdown

public static boolean shutdown(java.io.File baseDir,
                               java.io.File dataDir,
                               int killDelay)


Copyright © 2004-2011. All Rights Reserved.