|
|
@ -1,7 +1,7 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* The MIT License
|
|
|
|
* The MIT License
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Copyright (c) 2014, Mahmoud Ben Hassine (mahmoud@benhassine.fr)
|
|
|
|
* Copyright (c) 2014, Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
|
@ -32,7 +32,7 @@ import javax.management.MXBean;
|
|
|
|
* Interface to make suspect order rule manageable via JMX.<br/>
|
|
|
|
* Interface to make suspect order rule manageable via JMX.<br/>
|
|
|
|
* Suspect order threshold should be changed at runtime.
|
|
|
|
* Suspect order threshold should be changed at runtime.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @author Mahmoud Ben Hassine (mahmoud@benhassine.fr)
|
|
|
|
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
@MXBean
|
|
|
|
@MXBean
|
|
|
@ -50,4 +50,4 @@ public interface SuspectOrderJmxRule extends JmxRule {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void setSuspectOrderAmountThreshold(float suspectOrderAmountThreshold);
|
|
|
|
void setSuspectOrderAmountThreshold(float suspectOrderAmountThreshold);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|