Uses of Class
org.jacorb.notification.MessageFactory

Packages that use MessageFactory
org.jacorb.notification   
org.jacorb.notification.servant   
 

Uses of MessageFactory in org.jacorb.notification
 

Fields in org.jacorb.notification declared as MessageFactory
protected  MessageFactory FilterImpl.messageFactory_
           
 

Methods in org.jacorb.notification that return MessageFactory
 MessageFactory ApplicationContext.getMessageFactory()
           
 MessageFactory ChannelContext.getMessageFactory()
           
 

Methods in org.jacorb.notification with parameters of type MessageFactory
 void ChannelContext.setMessageFactory(MessageFactory messageFactory)
           
 

Uses of MessageFactory in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that return MessageFactory
protected  MessageFactory AbstractAdmin.getMessageFactory()