public interface RemoteConnectionInformation
extends java.rmi.Remote
RemoteConnectionInformation
provides information of connections.Modifier and Type | Method and Description |
---|---|
int |
getAttempt()
Gets the retry count of a specific connection.
|
int |
getExpire()
Gets the expired time (millisecond) of a specific connection.
|
int |
getIdleExpire()
Gets the idle expired time (millisecond) of a specific connection.
|
int |
getIdleTime()
Gets the idle time (millisecond) of a specific connection.
|
int |
getInterval()
Gets the retry interval (millisecond) of a specific connection.
|
java.lang.String |
getKey()
Gets key of connection
|
int |
getLockNumber()
Gets the sharing count of a specific connection.
|
int |
getMaxCount()
Gets the maximal connection count of a specific connection.
|
int |
getShare()
Gets the maximal share count of a specific connection.
|
int |
getStartTime()
Gets last user connecting time (millisecond) of a specific connection..
|
java.lang.String |
getUrl()
Gets the URL of a specific connection.
|
java.lang.String |
getUser()
Gets the user name of a specific connection.
|
java.lang.String getUrl() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.java.lang.String getUser() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getExpire() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getIdleExpire() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getMaxCount() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getShare() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getAttempt() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getInterval() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getStartTime() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getIdleTime() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.int getLockNumber() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.java.lang.String getKey() throws java.rmi.RemoteException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.