com.sentilla.host.client.application
Class ApplicationJarMessage

java.lang.Object
  extended by com.sentilla.io.HostMessage
      extended by com.sentilla.host.client.application.ApplicationJarMessage
All Implemented Interfaces:
Serializable

public class ApplicationJarMessage
extends HostMessage

Author:
spence@sentilla.com
See Also:
Serialized Form

Field Summary
private  int appId
           
private  Application appJar
           
private static long serialVersionUID
           
 
Fields inherited from class com.sentilla.io.HostMessage
messageType, msgId, obj, returnStatus
 
Constructor Summary
ApplicationJarMessage()
           
ApplicationJarMessage(Application appJar)
           
ApplicationJarMessage(int appId)
           
 
Method Summary
 int getAppId()
           
 Application getApplication()
           
 void setAppId(int appId)
           
 void setApplication(Application appJar)
           
 
Methods inherited from class com.sentilla.io.HostMessage
getMessageType, getMsgId, getObject, getReturnStatus, setMessageType, setObject, setReturnStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

appJar

private Application appJar

appId

private int appId
Constructor Detail

ApplicationJarMessage

public ApplicationJarMessage()
                      throws IOException
Throws:
IOException

ApplicationJarMessage

public ApplicationJarMessage(int appId)
                      throws IOException
Throws:
IOException

ApplicationJarMessage

public ApplicationJarMessage(Application appJar)
                      throws IOException
Throws:
IOException
Method Detail

setAppId

public void setAppId(int appId)

getAppId

public int getAppId()

getApplication

public Application getApplication()

setApplication

public void setApplication(Application appJar)
                    throws IOException
Throws:
IOException


Copyright © 2007 Sentilla, Inc. All Rights Reserved.