|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.ObjectSpec
public abstract class ObjectSpec
Encapsulates the information required to specify an object identification and construction.
Abstract class for use with any object, such as views, pattern guards or pattern observers.
A object construction specification can be equal to another specification. This information can be important to determine reuse of any object.
Constructor Summary | |
---|---|
ObjectSpec(java.lang.String namespace,
java.lang.String objectName,
java.util.List<ExprNode> objectParameters)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object otherObject)
|
java.lang.String |
getObjectName()
Returns the object name. |
java.lang.String |
getObjectNamespace()
Returns namespace for view object. |
java.util.List<ExprNode> |
getObjectParameters()
Returns the list of object parameters. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectSpec(java.lang.String namespace, java.lang.String objectName, java.util.List<ExprNode> objectParameters)
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parametersMethod Detail |
---|
public java.lang.String getObjectNamespace()
public final java.lang.String getObjectName()
public final java.util.List<ExprNode> getObjectParameters()
public final boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |