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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
getMessageDrivens ( ) : array Return's the message driven beans information.
getSessions ( ) : array Return's the session beans information.

Method Details

getMessageDrivens() public method

Return's the message driven beans information.
public getMessageDrivens ( ) : array
return array The message driven beans information

getSessions() public method

Return's the session beans information.
public getSessions ( ) : array
return array The session beans information