Uses of Enum
org.wildfly.transaction.client.CreationListener.CreatedBy
Packages that use CreationListener.CreatedBy
-
Uses of CreationListener.CreatedBy in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return CreationListener.CreatedByModifier and TypeMethodDescriptionstatic CreationListener.CreatedByReturns the enum constant of this type with the specified name.static CreationListener.CreatedBy[]CreationListener.CreatedBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.transaction.client with parameters of type CreationListener.CreatedByModifier and TypeMethodDescriptionvoidCreationListener.transactionCreated(AbstractTransaction transaction, CreationListener.CreatedBy createdBy) A transaction has been created.