org.marketcetera.ors.mbeans
Class ORSAdmin

java.lang.Object
  extended by org.marketcetera.ors.mbeans.ORSAdmin
All Implemented Interfaces:
ORSAdminMBean

public class ORSAdmin
extends Object
implements ORSAdminMBean

Implements the ORSAdminMBean interface

Version:
$Id: ORSAdmin.java 16154 2012-07-14 16:34:05Z colin $
Author:
toli

Field Summary
protected  IQuickFIXSender quickFIXSender
           
 
Constructor Summary
ORSAdmin(Brokers brokers, IQuickFIXSender qfSender, IDFactory idFactory, UserManager userManager)
           
 
Method Summary
 void sendPasswordReset(String broker, String oldPassword, String newPassword)
          Sends a UserRequest message containing the password reset message
 void syncSessions()
          Syncs up the in-memory sessions to reflect the current user definitions in the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quickFIXSender

protected IQuickFIXSender quickFIXSender
Constructor Detail

ORSAdmin

public ORSAdmin(Brokers brokers,
                IQuickFIXSender qfSender,
                IDFactory idFactory,
                UserManager userManager)
         throws NoMoreIDsException,
                ClassNotFoundException
Throws:
NoMoreIDsException
ClassNotFoundException
Method Detail

sendPasswordReset

public void sendPasswordReset(String broker,
                              String oldPassword,
                              String newPassword)
Description copied from interface: ORSAdminMBean
Sends a UserRequest message containing the password reset message

Specified by:
sendPasswordReset in interface ORSAdminMBean

syncSessions

public void syncSessions()
Description copied from interface: ORSAdminMBean
Syncs up the in-memory sessions to reflect the current user definitions in the database.

Specified by:
syncSessions in interface ORSAdminMBean


Copyright © 2012. All Rights Reserved.