A lifecycle for NMS objects to indicate they can be started

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface IStartable
C#
public interface IStartable
Visual C++
public interface class IStartable
JavaScript
Apache.NMS.IStartable = function();
Apache.NMS.IStartable.createInterface('Apache.NMS.IStartable');

See Also