Java Doc for AbstractMessage.java in  » Collaboration » JacORB » org » jacorb » notification » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Collaboration » JacORB » org.jacorb.notification 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jacorb.notification.util.AbstractPoolable
      org.jacorb.notification.AbstractMessage

All known Subclasses:   org.jacorb.notification.StructuredEventMessage,  org.jacorb.notification.TypedEventMessage,  org.jacorb.notification.AnyMessage,
AbstractMessage
abstract public class AbstractMessage extends AbstractPoolable (Code)

author:
   Alphonse Bendt
version:
   $Id: AbstractMessage.java,v 1.32 2006/07/14 12:05:19 alphonse.bendt Exp $

Inner Class :class MessageHandle implements Message,Disposable

Field Summary
protected  booleanconsumerAdminFiltered_
    
protected  booleanproxyConsumerFiltered_
    
protected  booleanproxySupplierFiltered_
    
protected  intreferenced_
     Internal Reference Counter.
protected  booleansupplierAdminFiltered_
    


Method Summary
public synchronized  voidaddReference()
     Add a reference on this NotificationEvent.
public static  StringcalcConstraintKey(String domain_name, String type_name)
     Provide a Uniform Mapping from domain_name and type_name to a Key that can be used to put EventTypes into a Map.
protected  voiddoReset()
    
abstract public  EvaluationResultextractFilterableData(EvaluationContext context, ComponentName componentRootNode, String variable)
    
public  EvaluationResultextractValue(EvaluationContext context, ComponentName componentRootNode, RuntimeVariable runtimeVariable)
    
public  EvaluationResultextractValue(EvaluationContext evaluationContext, ComponentName componentRootNode)
    
abstract public  EvaluationResultextractVariableHeader(EvaluationContext context, ComponentName componentRootNode, String variable)
    
abstract public  StringgetConstraintKey()
     get the Constraint Key for this Event.
public  FilterStagegetFilterStage()
    
public  MessagegetHandle()
    
abstract public  intgetPriority()
    
public  longgetReceiveTimestamp()
    
abstract public  longgetStartTime()
    
abstract public  longgetStopTime()
    
abstract public  longgetTimeout()
    
abstract public  intgetType()
     get the Type of this NotificationEvent.
abstract public  booleanhasStartTime()
    
abstract public  booleanhasStopTime()
    
abstract public  booleanhasTimeout()
    
public  voidinitReceiveTimestamp()
    
abstract public  booleanmatch(Filter filter)
    
public  booleanmatch(FilterStage filterStage)
    
abstract public  booleanmatch(MappingFilter filter, AnyHolder value)
    
protected synchronized  voidremoveReference()
     release this NotificationEvent.
final public synchronized  voidreset()
    
public  voidsetFilterStage(FilterStage node)
    
abstract public  AnytoAny()
     Access this NotificationEvent as Any.
abstract public  StructuredEventtoStructuredEvent()
     Access this NotificationEvent as StructuredEvent.
abstract public  Property[]toTypedEvent()
     convert this message to a TypedEvent.

Field Detail
consumerAdminFiltered_
protected boolean consumerAdminFiltered_(Code)



proxyConsumerFiltered_
protected boolean proxyConsumerFiltered_(Code)



proxySupplierFiltered_
protected boolean proxySupplierFiltered_(Code)



referenced_
protected int referenced_(Code)
Internal Reference Counter.



supplierAdminFiltered_
protected boolean supplierAdminFiltered_(Code)





Method Detail
addReference
public synchronized void addReference()(Code)
Add a reference on this NotificationEvent. After Usage removeReference must be called.



calcConstraintKey
public static String calcConstraintKey(String domain_name, String type_name)(Code)
Provide a Uniform Mapping from domain_name and type_name to a Key that can be used to put EventTypes into a Map. if (d1 == d2) AND (t1 == t2) => calcConstraintKey(d1, t1) == calcConstraintKey(d2, t2).
Parameters:
  domain_name - a String value
Parameters:
  type_name - a String value an Unique Constraint Key.



doReset
protected void doReset()(Code)



extractFilterableData
abstract public EvaluationResult extractFilterableData(EvaluationContext context, ComponentName componentRootNode, String variable) throws EvaluationException(Code)



extractValue
public EvaluationResult extractValue(EvaluationContext context, ComponentName componentRootNode, RuntimeVariable runtimeVariable) throws EvaluationException(Code)



extractValue
public EvaluationResult extractValue(EvaluationContext evaluationContext, ComponentName componentRootNode) throws EvaluationException(Code)



extractVariableHeader
abstract public EvaluationResult extractVariableHeader(EvaluationContext context, ComponentName componentRootNode, String variable) throws EvaluationException(Code)



getConstraintKey
abstract public String getConstraintKey()(Code)
get the Constraint Key for this Event. The Constraint Key is used to fetch the Filter Constraints that must be evaluated for this Event. The Constraint Key consists of domain_name and type_name of the Event. a String value



getFilterStage
public FilterStage getFilterStage()(Code)



getHandle
public Message getHandle()(Code)



getPriority
abstract public int getPriority()(Code)



getReceiveTimestamp
public long getReceiveTimestamp()(Code)



getStartTime
abstract public long getStartTime()(Code)



getStopTime
abstract public long getStopTime()(Code)



getTimeout
abstract public long getTimeout()(Code)



getType
abstract public int getType()(Code)
get the Type of this NotificationEvent. The value is one of org.jacorb.notification.interfaces.Message.TYPE_ANY , org.jacorb.notification.interfaces.Message.TYPE_STRUCTURED , or org.jacorb.notification.interfaces.Message.TYPE_TYPED . the Type of this NotificationEvent.



hasStartTime
abstract public boolean hasStartTime()(Code)



hasStopTime
abstract public boolean hasStopTime()(Code)



hasTimeout
abstract public boolean hasTimeout()(Code)



initReceiveTimestamp
public void initReceiveTimestamp()(Code)



match
abstract public boolean match(Filter filter) throws UnsupportedFilterableData(Code)



match
public boolean match(FilterStage filterStage)(Code)



match
abstract public boolean match(MappingFilter filter, AnyHolder value) throws UnsupportedFilterableData(Code)



removeReference
protected synchronized void removeReference()(Code)
release this NotificationEvent. If the internal Refcounter is zero the NotificationEvent is returned to its pool.



reset
final public synchronized void reset()(Code)



setFilterStage
public void setFilterStage(FilterStage node)(Code)



toAny
abstract public Any toAny()(Code)
Access this NotificationEvent as Any. an Any value



toStructuredEvent
abstract public StructuredEvent toStructuredEvent()(Code)
Access this NotificationEvent as StructuredEvent. a StructuredEvent value



toTypedEvent
abstract public Property[] toTypedEvent() throws NoTranslationException(Code)
convert this message to a TypedEvent. a sequence of name-value pairs.
throws:
  NoTranslationException - if the contents of the message cannot be translated into a TypedEvent.



Fields inherited from org.jacorb.notification.util.AbstractPoolable
final protected Logger logger_(Code)(Java Doc)

Methods inherited from org.jacorb.notification.util.AbstractPoolable
public void dispose()(Code)(Java Doc)
abstract public void reset()(Code)(Java Doc)
public synchronized void setObjectPool(AbstractObjectPool pool)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.