BEA Systems, Inc.

theory.smart.axiom.messaging
Class MessageHome

java.lang.Object
  |
  +--theory.smart.axiom.messaging.MessageHome

public class MessageHome
extends java.lang.Object
implements SmartHome, java.io.Serializable

The home class for the Message belonging. Use this class to create Messages.

       Message message = MessageHome.create();
 

See Also:
Serialized Form

Constructor Summary
MessageHome()
           
 
Method Summary
static Message create()
          Create a new Message Belonging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHome

public MessageHome()
Method Detail

create

public static Message create()
Create a new Message Belonging. First look to see if there is a custom message home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved