Uses of Class
ora.core.remote.Reply

Packages that use Reply
ora.core.remote   
ora.core.remote.client   
ora.gui.helper   
ora.util   
 

Uses of Reply in ora.core.remote
 

Constructors in ora.core.remote with parameters of type Reply
Reply(java.lang.Boolean bool, Reply reply, java.lang.String message)
           
 

Uses of Reply in ora.core.remote.client
 

Methods in ora.core.remote.client that return Reply
 Reply DataClient.fireCommand(java.lang.String command)
           
 Reply DataClient.reload()
          Requests reload of remote instances
 Reply DataClient.setRules(AnalyserRules rules)
          Sets excluded packages list
 

Uses of Reply in ora.gui.helper
 

Methods in ora.gui.helper that return Reply
 Reply MemoryThread.connectRemote(DataClient newDc)
          Enables to get memory data from remote JVM
 

Uses of Reply in ora.util
 

Methods in ora.util with parameters of type Reply
static void Util.manageReply(Reply reply, de.j4ee.util.logger.LoggerInterface logger, boolean mfReady, MasterFrameCommon parent)