org.apache.tomee.catalina.cluster
Class DeployMessage

java.lang.Object
  extended by org.apache.catalina.ha.ClusterMessageBase
      extended by org.apache.tomee.catalina.cluster.DeployMessage
All Implemented Interfaces:
Serializable, org.apache.catalina.ha.ClusterMessage

public class DeployMessage
extends org.apache.catalina.ha.ClusterMessageBase

See Also:
Serialized Form

Field Summary
static String TOMEE_CLUSTER_DEPLOY_SEND_ARCHIVE
           
 
Fields inherited from class org.apache.catalina.ha.ClusterMessageBase
address
 
Constructor Summary
DeployMessage(String path)
           
 
Method Summary
 byte[] getArchive()
           
 String getFile()
           
 
Methods inherited from class org.apache.catalina.ha.ClusterMessageBase
getAddress, getTimestamp, getUniqueId, setAddress, setTimestamp, setUniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOMEE_CLUSTER_DEPLOY_SEND_ARCHIVE

public static final String TOMEE_CLUSTER_DEPLOY_SEND_ARCHIVE
See Also:
Constant Field Values
Constructor Detail

DeployMessage

public DeployMessage(String path)
Method Detail

getFile

public String getFile()

getArchive

public byte[] getArchive()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.