net.dpml.state
Interface Interface

All Superinterfaces:
Action

public interface Interface
extends Action

An Interface action declares the classname of an interface implemented by a component class that may be dynamically exposed by a component through the assocation of the interface with an active state.

Version:
2.1.1
Author:
Digital Product Management Library

Method Summary
 String getClassname()
          Return the classname of a management interface implemented and potentially exposed by a component.
 
Methods inherited from interface net.dpml.state.Action
getName
 

Method Detail

getClassname

String getClassname()
Return the classname of a management interface implemented and potentially exposed by a component.

Returns:
the interface classname