Class PubServerCacheObject


  • public class PubServerCacheObject
    extends java.lang.Object
    The type Pub server cache object.
    Since:
    4.0.0
    • Constructor Detail

      • PubServerCacheObject

        public PubServerCacheObject()
    • Method Detail

      • getPluginmappedName

        public java.lang.String getPluginmappedName()
        Gets pluginmapped name.
        Returns:
        the pluginmapped name
      • setPluginmappedName

        public void setPluginmappedName​(java.lang.String pluginmappedName)
        Sets pluginmapped name.
        Parameters:
        pluginmappedName - the pluginmapped name
      • getPluginJndiName

        public java.lang.String getPluginJndiName()
        Gets plugin jndi name.
        Returns:
        the plugin jndi name
      • setPluginJndiName

        public void setPluginJndiName​(java.lang.String pluginJndiName)
        Sets plugin jndi name.
        Parameters:
        pluginJndiName - the plugin jndi name
      • getPluginJndiNameLocal

        public java.lang.String getPluginJndiNameLocal()
        Gets plugin jndi name local.
        Returns:
        the plugin jndi name local
      • setPluginJndiNameLocal

        public void setPluginJndiNameLocal​(java.lang.String pluginJndiName)
        Sets plugin jndi name local.
        Parameters:
        pluginJndiName - the plugin jndi name
      • getPluginRemoteObj

        public AuthenticationRemote getPluginRemoteObj()
        Gets plugin remote obj.
        Returns:
        the plugin remote obj
      • setPluginRemoteObj

        public void setPluginRemoteObj​(AuthenticationRemote pluginRemoteObj)
        Sets plugin remote obj.
        Parameters:
        pluginRemoteObj - the plugin remote obj
      • getPluginLocalObj

        public AuthenticationLocal getPluginLocalObj()
        Gets plugin local obj.
        Returns:
        the plugin local obj
      • setPluginLocalObj

        public void setPluginLocalObj​(AuthenticationLocal pluginLocalObj)
        Sets plugin local obj.
        Parameters:
        pluginLocalObj - the plugin local obj
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object