|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.event.impl.TemplateInfoImpl
public class TemplateInfoImpl
Provides information regarding a template
| Constructor Summary | |
|---|---|
TemplateInfoImpl(byte[] marshalledBytes)
|
|
TemplateInfoImpl(int templateId,
int templateType,
Object template)
|
|
TemplateInfoImpl(int templateId,
int templateType,
Object template,
Object allEncompassingConstraint)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares two objects for equality. |
Object |
getAllEncompassingConstraint()
Returns the all encompassing constraint, to ensure receipt of every event published to this template |
byte[] |
getBytes()
Get a marshalled representation of the template info |
Object |
getTemplate()
Returns the template |
int |
getTemplateId()
Returns the template ID associated with this template |
int |
getTemplateType()
Returns the template type |
boolean |
hasAllEncompassingConstraint()
Returns the all encompassing constraint associated with this template |
int |
hashCode()
Generates a hash code for the receiver. |
static void |
main(String[] args)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateInfoImpl(int templateId,
int templateType,
Object template)
public TemplateInfoImpl(int templateId,
int templateType,
Object template,
Object allEncompassingConstraint)
public TemplateInfoImpl(byte[] marshalledBytes)
| Method Detail |
|---|
public int getTemplateId()
getTemplateId in interface TemplateInfopublic int getTemplateType()
getTemplateType in interface TemplateInfopublic Object getTemplate()
getTemplate in interface TemplateInfopublic boolean hasAllEncompassingConstraint()
hasAllEncompassingConstraint in interface TemplateInfopublic Object getAllEncompassingConstraint()
getAllEncompassingConstraint in interface TemplateInfopublic boolean equals(Object obj)
equals in class Objectobj - the Object to compare with
Hashtablepublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic byte[] getBytes()
getBytes in interface TemplateInfopublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||