Uses of Interface
com.sun.appserv.connectors.internal.spi.ConnectorNamingEventListener
-
-
Uses of ConnectorNamingEventListener in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type ConnectorNamingEventListener Modifier and Type Method Description voidConnectorRuntime. registerConnectorNamingEventListener(ConnectorNamingEventListener listener)register the connector naming event listenervoidConnectorRuntime. unregisterConnectorNamingEventListener(ConnectorNamingEventListener listener)unregister the connector naming event listner -
Uses of ConnectorNamingEventListener in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors with parameters of type ConnectorNamingEventListener Modifier and Type Method Description voidConnectorRuntime. registerConnectorNamingEventListener(ConnectorNamingEventListener listener)register the connector naming event listenervoidConnectorRuntime. unregisterConnectorNamingEventListener(ConnectorNamingEventListener listener)unregister the connector naming event listner -
Uses of ConnectorNamingEventListener in com.sun.enterprise.connectors.naming
Methods in com.sun.enterprise.connectors.naming with parameters of type ConnectorNamingEventListener Modifier and Type Method Description voidConnectorNamingEventNotifier. addListener(ConnectorNamingEventListener listener)To add Listener which gets notified when the event happensvoidConnectorResourceNamingEventNotifier. addListener(ConnectorNamingEventListener listener)To add Listener which gets notified when the event happensvoidConnectorNamingEventNotifier. removeListener(ConnectorNamingEventListener listener)To remove listener such that it wont be notified anymore.voidConnectorResourceNamingEventNotifier. removeListener(ConnectorNamingEventListener listener)To remove listener such that it wont be notified anymore. -
Uses of ConnectorNamingEventListener in com.sun.jdo.spi.persistence.support.sqlstore.ejb
Classes in com.sun.jdo.spi.persistence.support.sqlstore.ejb that implement ConnectorNamingEventListener Modifier and Type Class Description classSunContainerHelperImplementation for Sun specific CMP and Container interactions as defined by the ContainerHelper interface.classSunTransactionHelperSun specific implementation for TransactionHelper interface.
-