|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.security.factory.MfJMXConnectorFactory
Factory to create secure JMX connector for MFWK. Only JMXMP connector supported for the moment.
Method Summary | |
static javax.management.remote.JMXConnector |
connect(javax.management.remote.JMXServiceURL serviceURL)
Creates a JMX connector (only JMXMP for the moment) and connect it using the url parameter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.management.remote.JMXConnector connect(javax.management.remote.JMXServiceURL serviceURL) throws MfSecurityException, java.io.IOException
serviceURL
- URL to connect the connector. MUST be a valid jmxmp url.
MfSecurityException
- This is a global exception indicating a security issue.
The possible causes are:java.io.IOException
- if the connector cannot be created or the connexion cannot be made.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |