psdi.security

Class SystemConnectionKey

  • All Implemented Interfaces:
    java.io.Serializable


    public class SystemConnectionKey
    extends ConnectionKey
    implements java.io.Serializable
    SystemConnectionKey used to get system connection for DBManager pool. It doesn't have userinfo as ConnectionKey object as it may be used even before creating an userinfo object.Free system connection after the use of connection.
    See Also:
    Serialized Form
    • Constructor Detail

      • SystemConnectionKey

        public SystemConnectionKey()
    • Method Detail

      • getLoginUserName

        public java.lang.String getLoginUserName()
        Description copied from class: ConnectionKey
        Get the login user name for this connection
        Overrides:
        getLoginUserName in class ConnectionKey
        Returns: