| java.lang.Object com.sun.jbi.ui.client.JMXConnectionImpl com.sun.jbi.ui.client.jmxremote.RemoteJMXConnectionImpl
RemoteJMXConnectionImpl | public class RemoteJMXConnectionImpl extends JMXConnectionImpl (Code) | | This class implements the JMXConnection interface for connecting to jmx
connector server remotely using jmx remote apis
author: Sun Microsystems, Inc. |
getCredentialsMap | protected Map getCredentialsMap()(Code) | | returns the creadentials maps that can be passed as env
credential map |
getHost | protected String getHost()(Code) | | Getter for property host.
Value of property host. |
getPassword | protected String getPassword()(Code) | | Getter for property password.
Value of property password. |
getPort | protected String getPort()(Code) | | Getter for property port.
Value of property port. |
getUrl | protected String getUrl()(Code) | | Getter for property username.
Value of property username. |
getUsername | protected String getUsername()(Code) | | Getter for property username.
Value of property username. |
setHost | protected void setHost(String aHost)(Code) | | Setter for property host.
Parameters: aHost - New value of property host. |
setPassword | protected void setPassword(String aPassword)(Code) | | Setter for property password.
Parameters: aPassword - password |
setPort | protected void setPort(String aPort)(Code) | | Setter for property port.
Parameters: aPort - New value of property port. |
setUrl | protected void setUrl(String aUrl)(Code) | | Setter for property username.
Parameters: aUrl - url |
setUsername | protected void setUsername(String aUsername)(Code) | | Setter for property username.
Parameters: aUsername - username |
Methods inherited from com.sun.jbi.ui.client.JMXConnectionImpl | public static JMXConnection createJmxConnection(String host, String port, String username, String password) throws JMXConnectionException(Code)(Java Doc) public static JMXConnection createJmxConnection(Properties connProps) throws JMXConnectionException(Code)(Java Doc) protected static I18NBundle getI18NBundle()(Code)(Java Doc) public Object getMBeanAttribute(ObjectName name, String attribute) throws JMXConnectionException, JBIRemoteException(Code)(Java Doc) public MBeanServerConnection getMBeanServerConnection() throws IllegalStateException(Code)(Java Doc) public Object invokeMBeanOperation(ObjectName name, String operationName, Object[] params, String[] signature) throws JMXConnectionException, JBIRemoteException(Code)(Java Doc) public void setMBeanAttribute(ObjectName name, Attribute attribute) throws JMXConnectionException, JBIRemoteException(Code)(Java Doc)
|
|
|