PHP Interface AppserverIo\Appserver\Core\Api\Node\ListenerNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
getEvent ( ) : string Return's the event the listener is bound to.
getPriority ( ) : string Return's the listener priority.
getType ( ) : string Return's the listener type.

Method Details

getEvent() public méthode

Return's the event the listener is bound to.
public getEvent ( ) : string
Résultat string The unique class loader name

getPriority() public méthode

Return's the listener priority.
public getPriority ( ) : string
Résultat string The listener priority

getType() public méthode

Return's the listener type.
public getType ( ) : string
Résultat string The listener type