AppserverIo\Appserver\Core\Api\Node\EnterpriseBeansNode::getSessions PHP Method

getSessions() public method

Return's the session beans information.
public getSessions ( ) : array
return array The session beans information
    public function getSessions()
    {
        return $this->sessions;
    }