com.sun.enterprise.ee.cms.spi
Class GMSMessage
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMSMessage
public GMSMessage(String componentName,
byte[] message,
String groupName,
Long startTime)
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.