Uses of Class
org.wildfly.transaction.client.CreationListener.CreatedBy
-
Packages that use CreationListener.CreatedBy Package Description org.wildfly.transaction.client -
-
Uses of CreationListener.CreatedBy in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return CreationListener.CreatedBy Modifier and Type Method Description static CreationListener.CreatedByCreationListener.CreatedBy. valueOf(String name)Returns 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.CreatedBy Modifier and Type Method Description voidCreationListener. transactionCreated(AbstractTransaction transaction, CreationListener.CreatedBy createdBy)A transaction has been created.
-