com.sun.enterprise.ee.cms.spi
Class GMSMessage

java.lang.Object
  extended by com.sun.enterprise.ee.cms.spi.GMSMessage
All Implemented Interfaces:
Serializable

public class GMSMessage
extends Object
implements Serializable

This is a wrapper Serializable so that a message sent to a remote member can be further filtered to a target component in that remote member.

Version:
$Revision: 1.2 $
Author:
Shreedhar Ganapathy Date: Mar 14, 2005
See Also:
Serialized Form

Constructor Summary
GMSMessage(String componentName, byte[] message, String groupName, Long startTime)
           
 
Method Summary
 String getComponentName()
           
 String getGroupName()
           
 byte[] getMessage()
           
 long getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMSMessage

public GMSMessage(String componentName,
                  byte[] message,
                  String groupName,
                  Long startTime)
Method Detail

getComponentName

public String getComponentName()

getMessage

public byte[] getMessage()

getGroupName

public String getGroupName()

getStartTime

public long getStartTime()


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.