BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class CacheMessage

java.lang.Object
  |
  +--weblogicx.jsp.tags.CacheMessage

public class CacheMessage
extends java.lang.Object
implements weblogic.cluster.GroupMessage

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
CacheMessage()
           
CacheMessage(java.lang.String httpServerName, java.lang.String contextName, java.lang.String cacheKey, java.lang.String additionalKey, java.lang.Object cacheValue, int size, int timeout)
           
 
Method Summary
 void execute(weblogic.rjvm.JVMID sender)
           
 void readExternal(java.io.ObjectInput oi)
           
 boolean runInSameThread()
           
 void writeExternal(java.io.ObjectOutput oo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheMessage

public CacheMessage()

CacheMessage

public CacheMessage(java.lang.String httpServerName,
                    java.lang.String contextName,
                    java.lang.String cacheKey,
                    java.lang.String additionalKey,
                    java.lang.Object cacheValue,
                    int size,
                    int timeout)
Method Detail

execute

public void execute(weblogic.rjvm.JVMID sender)
Specified by:
execute in interface weblogic.cluster.GroupMessage


runInSameThread

public boolean runInSameThread()


readExternal

public void readExternal(java.io.ObjectInput oi)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException


writeExternal

public void writeExternal(java.io.ObjectOutput oo)
                   throws java.io.IOException


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.