Uses of Class
org.objectweb.cjdbc.console.gui.objects.BackendObject

Packages that use BackendObject
org.objectweb.cjdbc.console.gui C-JDBC new graphical console. 
org.objectweb.cjdbc.console.gui.frames Addtionnal frames for the console 
org.objectweb.cjdbc.console.gui.popups PopUp swing objects for the console 
org.objectweb.cjdbc.console.gui.threads.task Threads dedicated to specific jmx task 
 

Uses of BackendObject in org.objectweb.cjdbc.console.gui
 

Methods in org.objectweb.cjdbc.console.gui with parameters of type BackendObject
 void CjdbcGui.actionChangeBackendState(BackendObject bo, java.lang.String newState)
          Change the state of a backend object Checks the new state is valid, and then display the backend object into the new panel.
private  void CjdbcGui.actionRefreshBackendState(BackendObject bob)
           
 void CjdbcGui.publicActionNewBackendPrompt(BackendObject bob)
          Open the frame to fill in details to create a new backend
 void CjdbcGui.publicActionBackupBackendPrompt(BackendObject bob)
          Execute a backup of the given backend
 void CjdbcGui.publicActionRemoveBackend(BackendObject bo)
          Remove a backend from the backend list, and from the controller
 void CjdbcGui.publicActionSetCheckpoint(BackendObject bo)
          Set the checkpoint of a backend
 void CjdbcGui.publicActionUnSetCheckpoint(BackendObject bo)
          Unset checkpoint of a backend (set it to null)
 void CjdbcGui.publicActionTestBackendConnection(BackendObject bo)
          Test jdbc connection on this backend
 

Uses of BackendObject in org.objectweb.cjdbc.console.gui.frames
 

Fields in org.objectweb.cjdbc.console.gui.frames declared as BackendObject
private  BackendObject NewBackendFrame.bob
           
 

Methods in org.objectweb.cjdbc.console.gui.frames that return BackendObject
 BackendObject NewBackendFrame.getBob()
          Returns the bob value.
 

Methods in org.objectweb.cjdbc.console.gui.frames with parameters of type BackendObject
 void NewBackendFrame.setBob(BackendObject bob)
          Sets the bob value.
 

Constructors in org.objectweb.cjdbc.console.gui.frames with parameters of type BackendObject
NewBackendFrame(BackendObject bob, java.awt.event.ActionListener listener)
          Creates a new NewBackendFrame object
 

Uses of BackendObject in org.objectweb.cjdbc.console.gui.popups
 

Fields in org.objectweb.cjdbc.console.gui.popups declared as BackendObject
private  BackendObject BackendPopUpMenu.bo
           
 

Constructors in org.objectweb.cjdbc.console.gui.popups with parameters of type BackendObject
BackendPopUpMenu(CjdbcGui gui, BackendObject bo)
          Creates a new BackendPopUpMenu object
 

Uses of BackendObject in org.objectweb.cjdbc.console.gui.threads.task
 

Fields in org.objectweb.cjdbc.console.gui.threads.task declared as BackendObject
private  BackendObject RestoreBackendTask.bob
           
private  BackendObject BackupBackendTask.bob
           
 

Constructors in org.objectweb.cjdbc.console.gui.threads.task with parameters of type BackendObject
RestoreBackendTask(CjdbcGui gui, VirtualDatabaseMBean database, BackendObject bob, java.lang.String dumpName)
          Creates a new JmxTaskThread.java object
BackupBackendTask(CjdbcGui gui, VirtualDatabaseMBean database, BackendObject bob, java.lang.String dumpName)
          Creates a new BackupBackendTask object
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.