public interface ActiveDatabaseMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the unique idenfier for this database
|
java.lang.String |
getPassword() |
java.util.Properties |
getProperties()
Returns a collection of additional properties of this database.
|
java.lang.String |
getUser() |
int |
getWeight()
Returns the relative "weight" of this cluster node.
|
boolean |
isLocal()
Indicates whether or not this database is local to the machine on which the JVM resides.
|
java.lang.String getId()
int getWeight()
java.lang.String getUser()
java.lang.String getPassword()
java.util.Properties getProperties()
boolean isLocal()