com.apama.engine
Interface NameInfo

All Known Subinterfaces:
NamedAggregateInfo, NamedContextInfo, NamedEventTypeInfo, NamedJavaApplicationInfo, NamedMonitorInfo, NamedTimerInfo

public interface NameInfo

This is the base interface for defining the API for accessing information about items that are/were live in the engine at the point of inspection.


Method Summary
 java.lang.String getFullyQualifiedName()
          Get the fully qualified name of the item.
 java.lang.String getName()
          Get the name of the item.
 java.lang.String getPackage()
          Get the package in which the item is installed.
 

Method Detail

getName

java.lang.String getName()
Get the name of the item. This is the "unqualified" name.

Returns:
the name of the item.

getPackage

java.lang.String getPackage()
Get the package in which the item is installed.

Returns:
the package in which the item is installed.

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name.

Returns:
the fully qualified name.


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG