AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::getLifetime PHP Method

getLifetime() public method

Returns the lifetime of the items the instance contains.
public getLifetime ( ) : array
return array The array with the items and their lifetime
    public function getLifetime()
    {
        return $this->lifetime;
    }