jet.server.api
Interface DashboardListenerInfo

All Superinterfaces:
java.io.Serializable

public interface DashboardListenerInfo
extends java.io.Serializable

The class is java bean for dashboard listener information, used to wrap dashboard listener information.


Field Summary
static java.lang.String ALL_DASHBOARDS
           
static java.lang.String CREATING_DASHBOARDS
           
 
Method Summary
 java.lang.String getClassName()
           
 long getCreateTime()
           
 java.lang.String getDescription()
           
 java.util.List<java.lang.String> getTarget()
           
 boolean isEnabled()
           
 

Field Detail

ALL_DASHBOARDS

static final java.lang.String ALL_DASHBOARDS
See Also:
Constant Field Values

CREATING_DASHBOARDS

static final java.lang.String CREATING_DASHBOARDS
See Also:
Constant Field Values
Method Detail

getClassName

java.lang.String getClassName()
Returns:
the className

getTarget

java.util.List<java.lang.String> getTarget()
Returns:
the target

getDescription

java.lang.String getDescription()
Returns:
the description

isEnabled

boolean isEnabled()
Returns:
the enabled

getCreateTime

long getCreateTime()
Returns:
the modified time