Rule Execution Server API

ilog.rules.res.model.mbean
Interface IlrJMXEntityMBean

All Known Subinterfaces:
IlrJMXRuleAppMBean, IlrJMXRulesetMBean

public interface IlrJMXEntityMBean

IlrJMXEntityMBean represents a Rule Execution Server management entity.


Method Summary
 long getCreationDate()
          Returns the creation date of this entity.
 String getDescription()
          Returns the description of this entity.
 String getDisplayName()
          Returns the display name of this entity.
 ObjectName getModelObjectName()
          Deprecated. As of JRules 7.0, replaced by getRepositoryObjectName().
 String getName()
          Returns the name of this entity.
 ObjectName getRepositoryObjectName()
          Returns the object name of the repository that contains this entity.
 String getVersion()
          Returns the version of this entity.
 void setDescription(String description)
          Sets the description of this entity.
 void setDisplayName(String displayName)
          Sets the display name of this entity.
 

Method Detail

getModelObjectName

@Deprecated
ObjectName getModelObjectName()
Deprecated. As of JRules 7.0, replaced by getRepositoryObjectName().

Gets the objectName of the repository that contains this entity.

Returns:
The repository objectname.

getRepositoryObjectName

ObjectName getRepositoryObjectName()
Returns the object name of the repository that contains this entity.

Returns:
The object name of the repository.

getName

String getName()
Returns the name of this entity.

Returns:
The name of this entity.

getDisplayName

String getDisplayName()
Returns the display name of this entity.

Returns:
The display name of this entity. By default, null is returned.

setDisplayName

void setDisplayName(String displayName)
Sets the display name of this entity.

Parameters:
displayName - The new display name of this entity.

getDescription

String getDescription()
Returns the description of this entity.

Returns:
The description of this entity. By default, null is returned.

setDescription

void setDescription(String description)
Sets the description of this entity.

Parameters:
description - The description of this entity.

getVersion

String getVersion()
Returns the version of this entity.

Returns:
The IlrVersion that represents the version number of this entity.

getCreationDate

long getCreationDate()
Returns the creation date of this entity.

Returns:
The creation date in milliseconds.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013