Uses of Class
com.sun.enterprise.connectors.util.ConnectionPoolReconfigHelper.ReconfigAction
-
Packages that use ConnectionPoolReconfigHelper.ReconfigAction Package Description com.sun.enterprise.connectors com.sun.enterprise.connectors.util -
-
Uses of ConnectionPoolReconfigHelper.ReconfigAction in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ConnectionPoolReconfigHelper.ReconfigAction Modifier and Type Method Description ConnectionPoolReconfigHelper.ReconfigActionConnectorDescriptorInfo. compareMCFConfigProperties(ConnectorDescriptorInfo cdi)Compare the MCF Config properties in this object with the passed onesConnectionPoolReconfigHelper.ReconfigActionConnectorDescriptorInfo. compareMCFConfigProperties(ConnectorDescriptorInfo cdi, Set excluded)Compare the MCF Config properties in this object with the passed ones. -
Uses of ConnectionPoolReconfigHelper.ReconfigAction in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util that return ConnectionPoolReconfigHelper.ReconfigAction Modifier and Type Method Description static ConnectionPoolReconfigHelper.ReconfigActionConnectionPoolReconfigHelper. compare(ConnectorConnectionPool oldPool, ConnectorConnectionPool newPool, Set excludedProps)static ConnectionPoolReconfigHelper.ReconfigActionConnectionPoolReconfigHelper.ReconfigAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionPoolReconfigHelper.ReconfigAction[]ConnectionPoolReconfigHelper.ReconfigAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-