org.marketcetera.ors.mbeans
Interface ORSAdminMBean

All Known Implementing Classes:
ORSAdmin

public interface ORSAdminMBean

MBean interface for ORS operations.

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

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.
 

Method Detail

sendPasswordReset

void sendPasswordReset(String broker,
                       String oldPassword,
                       String newPassword)
Sends a UserRequest message containing the password reset message


syncSessions

void syncSessions()
Syncs up the in-memory sessions to reflect the current user definitions in the database.



Copyright © 2012. All Rights Reserved.