The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


Class grendel.storage.MessageExtraFactory

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.storage.MessageExtraFactory

java.lang.Object
   |
   +----grendel.storage.MessageExtraFactory

If you want to call any of the MessageExtra methods on a Message, you should get the MessageExtra object using this call. Some Message objects will implement that interface directly; the rest need to have them painfully computed.


public class  MessageExtraFactory
     extends java.lang.Object
{
          // Constructors 1
     public MessageExtraFactory();

          // Methods 1
     public static MessageExtra Get(Message);
}



Constructors


MessageExtraFactory

   public MessageExtraFactory() 

Default constructor




Methods


Get

   public static MessageExtra Get(Message m) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.