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
clone, equals, finalize, 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.