Class Automated<T>

    • Method Detail

      • hasLifecycle

        public boolean hasLifecycle​(java.lang.Class<?> type)
        Description copied from class: AbstractBehavior
        Invokes delegate hasLifecycle(Class) method if the delegate is a LifecycleStrategy Test if a component instance has a lifecycle.
        Specified by:
        hasLifecycle in interface LifecycleStrategy
        Overrides:
        hasLifecycle in class AbstractBehavior<T>
        Parameters:
        type - the component's type
        Returns:
        true if the component has a lifecycle
      • getDescriptor

        public java.lang.String getDescriptor()
        Description copied from interface: ComponentAdapter
        Get a string key descriptor of the component adapter for use in toString()
        Specified by:
        getDescriptor in interface ComponentAdapter<T>
        Returns:
        the descriptor