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

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

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


Method Summary
 boolean getError()
           
 java.lang.String getLineError()
           
 java.lang.String getMaster()
           
 java.lang.String getMasterLogFile()
           
 java.lang.String getMasterLogPos()
           
 java.util.List<MySQLReplicationMonitorAction.ReplicationRow> getReplications()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public java.lang.String getVersion()

getMaster

public java.lang.String getMaster()

getReplications

public java.util.List<MySQLReplicationMonitorAction.ReplicationRow> getReplications()

getError

public boolean getError()

getLineError

public java.lang.String getLineError()

getMasterLogFile

public java.lang.String getMasterLogFile()

getMasterLogPos

public java.lang.String getMasterLogPos()