com.aoindustries.website.clientarea.control.monitor
Class MySQLReplicationMonitorAction.ReplicationRow

java.lang.Object
  extended by com.aoindustries.website.clientarea.control.monitor.MySQLReplicationMonitorAction.ReplicationRow
Enclosing class:
MySQLReplicationMonitorAction

public static class MySQLReplicationMonitorAction.ReplicationRow
extends java.lang.Object


Method Summary
 boolean getError()
           
 java.lang.String getLastErrno()
           
 java.lang.String getLastError()
           
 java.lang.String getLineError()
           
 java.lang.String getSecondsBehindMaster()
           
 java.lang.String getSlave()
           
 java.lang.String getSlaveIORunning()
           
 java.lang.String getSlaveIOState()
           
 java.lang.String getSlaveLogFile()
           
 java.lang.String getSlaveLogPos()
           
 java.lang.String getSlaveSQLRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getError

public boolean getError()

getSlave

public java.lang.String getSlave()

getLineError

public java.lang.String getLineError()

getSlaveIOState

public java.lang.String getSlaveIOState()

getSlaveLogFile

public java.lang.String getSlaveLogFile()

getSlaveLogPos

public java.lang.String getSlaveLogPos()

getSlaveIORunning

public java.lang.String getSlaveIORunning()

getSlaveSQLRunning

public java.lang.String getSlaveSQLRunning()

getLastErrno

public java.lang.String getLastErrno()

getLastError

public java.lang.String getLastError()

getSecondsBehindMaster

public java.lang.String getSecondsBehindMaster()