Package com.attivio.util
Class RemoteJmxEndpoint
- java.lang.Object
-
- com.attivio.util.RemoteJmxEndpoint
-
public class RemoteJmxEndpoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoteJmxEndpoint()
Host will be defaulted tolocalhost
.RemoteJmxEndpoint(java.lang.String host, javax.management.ObjectName oname, int port)
RemoteJmxEndpoint(javax.management.ObjectName oname, int port)
Host will be defaulted tolocalhost
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
javax.management.ObjectName
getObjectName()
java.lang.String
getPassword()
int
getPort()
java.lang.String
getUsername()
void
setHost(java.lang.String host)
void
setObjectName(javax.management.ObjectName objectname)
void
setPassword(java.lang.String password)
void
setPort(int port)
void
setUsername(java.lang.String username)
-
-
-
Constructor Detail
-
RemoteJmxEndpoint
public RemoteJmxEndpoint()
Host will be defaulted tolocalhost
. Other values will be unset.
-
RemoteJmxEndpoint
public RemoteJmxEndpoint(javax.management.ObjectName oname, int port)
Host will be defaulted tolocalhost
- Parameters:
oname
-port
-
-
RemoteJmxEndpoint
public RemoteJmxEndpoint(java.lang.String host, javax.management.ObjectName oname, int port)
-
-
Method Detail
-
getHost
public java.lang.String getHost()
-
setHost
public void setHost(java.lang.String host)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getObjectName
public javax.management.ObjectName getObjectName()
-
setObjectName
public void setObjectName(javax.management.ObjectName objectname)
-
getUsername
public java.lang.String getUsername()
-
setUsername
public void setUsername(java.lang.String username)
-
getPassword
public java.lang.String getPassword()
-
setPassword
public void setPassword(java.lang.String password)
-
-