Java Doc for EventChannelImpl.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.AbstractEventChannel
      org.jacorb.notification.EventChannelImpl

EventChannelImpl
public class EventChannelImpl extends AbstractEventChannel implements EventChannelOperations,EventChannelImplMBean(Code)

author:
   Alphonse Bendt
version:
   $Id: EventChannelImpl.java,v 1.35 2006/05/23 10:40:35 alphonse.bendt Exp $



Constructor Summary
public  EventChannelImpl(IFactory factory, ORB orb, POA poa, Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)
    

Method Summary
public  EventChannelFactoryMyFactory()
     The MyFactory attribute is a readonly attribute that maintains the object reference of the event channel factory, which created a given Notification Service EventChannel instance.
public  ConsumerAdmindefault_consumer_admin()
     The default_consumer_admin attribute is a readonly attribute that maintains a reference to the default ConsumerAdmin instance associated with the target EventChannel instance.
public  SupplierAdmindefault_supplier_admin()
     The default_supplier_admin attribute is a readonly attribute that maintains a reference to the default SupplierAdmin instance associated with the target EventChannel instance.
public  org.omg.CosEventChannelAdmin.ConsumerAdminfor_consumers()
    
public  org.omg.CosEventChannelAdmin.SupplierAdminfor_suppliers()
    
public  StringgetIOR()
    
public  StringgetMBeanType()
    
public  ConsumerAdminget_consumeradmin(int identifier)
    
public  SupplierAdminget_supplieradmin(int identifier)
    
protected  AbstractAdminnewConsumerAdmin(int id)
    
public  ServantnewServant()
    
protected  AbstractSupplierAdminnewSupplierAdmin(int id)
    
public  ConsumerAdminnew_for_consumers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)
     The new_for_consumers operation is invoked to create a new Notification Service style ConsumerAdmin instance.
public  SupplierAdminnew_for_suppliers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)
    


Constructor Detail
EventChannelImpl
public EventChannelImpl(IFactory factory, ORB orb, POA poa, Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)(Code)




Method Detail
MyFactory
public EventChannelFactory MyFactory()(Code)
The MyFactory attribute is a readonly attribute that maintains the object reference of the event channel factory, which created a given Notification Service EventChannel instance.



default_consumer_admin
public ConsumerAdmin default_consumer_admin()(Code)
The default_consumer_admin attribute is a readonly attribute that maintains a reference to the default ConsumerAdmin instance associated with the target EventChannel instance. Each EventChannel instance has an associated default ConsumerAdmin instance, which exists upon creation of the channel and is assigned the unique identifier of zero. Subsequently, clients can create additional Event Service style ConsumerAdmin instances by invoking the inherited operation, and additional Notification Service style ConsumerAdmin instances by invoking the new_for_consumers operation defined by the EventChannel interface.



default_supplier_admin
public SupplierAdmin default_supplier_admin()(Code)
The default_supplier_admin attribute is a readonly attribute that maintains a reference to the default SupplierAdmin instance associated with the target EventChannel instance. Each EventChannel instance has an associated default SupplierAdmin instance, which exists upon creation of the channel and is assigned the unique identifier of zero. Subsequently, clients can create additional Event Service style SupplierAdmin instances by invoking the inherited for_suppliers operation, and additional Notification Service style SupplierAdmin instances by invoking the new_for_suppliers operation defined by the EventChannel interface.



for_consumers
public org.omg.CosEventChannelAdmin.ConsumerAdmin for_consumers()(Code)
Return the consumerAdmin interface (event style)



for_suppliers
public org.omg.CosEventChannelAdmin.SupplierAdmin for_suppliers()(Code)
Return the supplierAdmin interface (event style)



getIOR
public String getIOR()(Code)



getMBeanType
public String getMBeanType()(Code)



get_consumeradmin
public ConsumerAdmin get_consumeradmin(int identifier) throws AdminNotFound(Code)



get_supplieradmin
public SupplierAdmin get_supplieradmin(int identifier) throws AdminNotFound(Code)



newConsumerAdmin
protected AbstractAdmin newConsumerAdmin(int id)(Code)



newServant
public Servant newServant()(Code)



newSupplierAdmin
protected AbstractSupplierAdmin newSupplierAdmin(int id)(Code)



new_for_consumers
public ConsumerAdmin new_for_consumers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)(Code)
The new_for_consumers operation is invoked to create a new Notification Service style ConsumerAdmin instance. The operation accepts as an input parameter a boolean flag, which indicates whether AND or OR semantics will be used when combining the filter objects associated with the newly created ConsumerAdmin instance with those associated with a supplier proxy, which was created by the ConsumerAdmin during the evaluation of each event against a set of filter objects. The new instance is assigned a unique identifier by the target EventChannel instance that is unique among all ConsumerAdmin instances currently associated with the channel. Upon completion, the operation returns the reference to the new ConsumerAdmin instance as the result of the operation, and the unique identifier assigned to the new ConsumerAdmin instance as the output parameter.



new_for_suppliers
public SupplierAdmin new_for_suppliers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)(Code)



Fields inherited from org.jacorb.notification.AbstractEventChannel
final protected MutablePicoContainer container_(Code)(Java Doc)
protected JMXManageable.JMXCallback jmxCallback_(Code)(Java Doc)
final protected Logger logger_(Code)(Java Doc)
final protected ORB orb_(Code)(Java Doc)

Methods inherited from org.jacorb.notification.AbstractEventChannel
final public org.omg.CORBA.Object activate()(Code)(Java Doc)
final public void deactivate()(Code)(Java Doc)
final public FilterFactory default_filter_factory()(Code)(Java Doc)
final public void destroy()(Code)(Java Doc)
final public void dispose()(Code)(Java Doc)
protected AbstractAdmin getDefaultConsumerAdminServant()(Code)(Java Doc)
protected AbstractAdmin getDefaultSupplierAdminServant()(Code)(Java Doc)
public int getID()(Code)(Java Doc)
public String[] getJMXNotificationTypes()(Code)(Java Doc)
final public String getJMXObjectName()(Code)(Java Doc)
final public String getMBeanName()(Code)(Java Doc)
abstract protected String getMBeanType()(Code)(Java Doc)
final public int getMaxNumberOfConsumers()(Code)(Java Doc)
final public int getMaxNumberOfSuppliers()(Code)(Java Doc)
final public int getNumberOfConnectedClients()(Code)(Java Doc)
final public POA getPOA()(Code)(Java Doc)
final public Property[] get_admin()(Code)(Java Doc)
final public int[] get_all_consumeradmins()(Code)(Java Doc)
final public int[] get_all_supplieradmins()(Code)(Java Doc)
protected AbstractAdmin get_consumeradmin_internal(int identifier) throws AdminNotFound(Code)(Java Doc)
final public Property[] get_qos()(Code)(Java Doc)
protected AbstractAdmin get_supplieradmin_internal(int identifier) throws AdminNotFound(Code)(Java Doc)
final protected boolean isDefaultConsumerAdminActive()(Code)(Java Doc)
final protected boolean isDefaultSupplierAdminActive()(Code)(Java Doc)
public boolean isPersistent()(Code)(Java Doc)
abstract protected AbstractAdmin newConsumerAdmin(int id)(Code)(Java Doc)
abstract protected AbstractSupplierAdmin newSupplierAdmin(int id)(Code)(Java Doc)
protected AbstractAdmin new_for_consumers_servant(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)(Code)(Java Doc)
protected AbstractAdmin new_for_suppliers_servant(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)(Code)(Java Doc)
final public void registerDisposable(Disposable d)(Code)(Java Doc)
public void setJMXCallback(JMXManageable.JMXCallback callback)(Code)(Java Doc)
public void setMaxNumberOfConsumers(int max)(Code)(Java Doc)
public void setMaxNumberOfSuppliers(int max)(Code)(Java Doc)
final public void set_admin(Property[] adminProps) throws UnsupportedAdmin(Code)(Java Doc)
final public void set_qos(Property[] props) throws UnsupportedQoS(Code)(Java Doc)
final public void validate_qos(Property[] props, NamedPropertyRangeSeqHolder namedPropertySeqHolder) throws UnsupportedQoS(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.