org.marketcetera.ors.mbeans
Class ORSAdmin
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
quickFIXSender
protected IQuickFIXSender quickFIXSender
ORSAdmin
public ORSAdmin(Brokers brokers,
IQuickFIXSender qfSender,
IDFactory idFactory,
UserManager userManager)
throws NoMoreIDsException,
ClassNotFoundException
- Throws:
NoMoreIDsException
ClassNotFoundException
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.