cameraDataTransporter
Class CameraDataTransporter

java.lang.Object
  |
  +--cameraDataTransporter.CameraDataTransporter
All Implemented Interfaces:
java.io.Serializable

public class CameraDataTransporter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.String cameraStatus
           
private  int DelayTimeLeft
           
private  int ExposureDelayRange
           
private  int ExposureTime
           
private  int ExposureTimeLeft
           
private  int ExposureTimeRange
           
private  java.lang.String ExposureType
           
private  java.lang.String[] Filters
           
private  java.lang.String imageFileName
           
private  java.lang.String imageFileSize
           
private  boolean imageFinished
           
private  byte[] img_data
           
private  java.util.Vector loggedInUsers
           
private  boolean LogoutStatus
           
private  java.util.Vector messages
           
private  java.lang.String selectedFilter
           
(package private)  java.lang.String telescopeOperator
           
(package private)  java.lang.String telescopeStatus
           
private  boolean useJavaSimulator
           
 
Constructor Summary
CameraDataTransporter()
          ChartDataTransporter constructor comment.
 
Method Summary
 void addMessage(java.lang.String msg)
          Insert the method's description here.
 java.lang.String fetchMessage(int index)
          Insert the method's description here.
 int getDelayTimeLeft()
          Insert the method's description here.
 int getExposureDelayRange()
          Insert the method's description here.
 int getExposureTime()
          Insert the method's description here.
 int getExposureTimeLeft()
          Insert the method's description here.
 int getExposureTimeRange()
          Insert the method's description here.
 java.lang.String getExposureType()
          Insert the method's description here.
 java.lang.String[] getFilters()
          Insert the method's description here.
 javax.swing.ImageIcon getImage(javax.swing.JApplet parent)
          Insert the method's description here.
 java.lang.String getImageFileSize()
          Returns the imageFileSize.
 byte[] getImg_data()
          Returns the img_data.
 java.util.Vector getLoggedInUsers()
          Insert the method's description here.
 java.lang.String getSelectedFilter()
          Insert the method's description here.
 java.lang.String getTelescopeOperator()
          Insert the method's description here.
 java.lang.String getTelescopeStatus()
          Insert the method's description here.
protected  java.net.URL getURL(java.lang.String filename)
          Insert the method's description here.
 boolean isImageFinished()
          Returns the imageFinished.
 boolean isLogoutStatus()
          Returns the logoutStatus.
 boolean isUseJavaSimulator()
          Insert the method's description here.
 void setDelayTimeLeft(int newDelayTimeLeft)
          Insert the method's description here.
 void setExposureDelayRange(int newExposureDelayRange)
          Insert the method's description here.
 void setExposureTime(int newExposureTime)
          Insert the method's description here.
 void setExposureTimeLeft(int newExposureTimeLeft)
          Insert the method's description here.
 void setExposureTimeRange(int newExposureTimeRange)
          Insert the method's description here.
 void setExposureType(java.lang.String newExposureType)
          Insert the method's description here.
 void setFilters(java.lang.String[] newFilters)
          Insert the method's description here.
 void setImage(java.lang.String imageFilename)
          Method setImage.
 void setImageFileSize(java.lang.String imageFileSize)
          Sets the imageFileSize.
 void setImageFinished(boolean imageFinished)
          Sets the imageFinished.
 void setImg_data(byte[] img_data)
          Sets the img_data.
 void setLoggedInUsers(java.util.Vector newLoggedInUsers)
          Insert the method's description here.
 void setLogoutStatus(boolean logoutStatus)
          Sets the logoutStatus.
 void setSelectedFilter(java.lang.String newSelectedFilter)
          Insert the method's description here.
 void setTelescopeOperator(java.lang.String newTelescopeOperator)
          Insert the method's description here.
 void setTelescopeStatus(java.lang.String newTelescopeStatus)
          Insert the method's description here.
 void setUseJavaSimulator(boolean newUseJavaSimulator)
          Insert the method's description here.
 void showMessage(java.lang.String message)
          Passes a message to the system output console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LogoutStatus

private boolean LogoutStatus

cameraStatus

private java.lang.String cameraStatus

telescopeStatus

java.lang.String telescopeStatus

telescopeOperator

java.lang.String telescopeOperator

loggedInUsers

private java.util.Vector loggedInUsers

messages

private java.util.Vector messages

useJavaSimulator

private boolean useJavaSimulator

ExposureType

private java.lang.String ExposureType

ExposureTime

private int ExposureTime

ExposureTimeRange

private int ExposureTimeRange

ExposureTimeLeft

private int ExposureTimeLeft

ExposureDelayRange

private int ExposureDelayRange

DelayTimeLeft

private int DelayTimeLeft

Filters

private java.lang.String[] Filters

selectedFilter

private java.lang.String selectedFilter

imageFileSize

private java.lang.String imageFileSize

img_data

private byte[] img_data

imageFileName

private java.lang.String imageFileName

imageFinished

private boolean imageFinished
Constructor Detail

CameraDataTransporter

public CameraDataTransporter()
ChartDataTransporter constructor comment.

Method Detail

addMessage

public void addMessage(java.lang.String msg)
Insert the method's description here. Creation date: (9/19/01 11:33:44 AM)

Parameters:
msg - java.lang.String

fetchMessage

public java.lang.String fetchMessage(int index)
Insert the method's description here. Creation date: (9/19/01 11:54:50 AM)

Parameters:
index - int
Returns:
java.lang.String

getDelayTimeLeft

public int getDelayTimeLeft()
Insert the method's description here. Creation date: (2/12/02 2:11:39 PM)

Returns:
int

getExposureDelayRange

public int getExposureDelayRange()
Insert the method's description here. Creation date: (2/12/02 1:40:53 PM)

Returns:
int

getExposureTime

public int getExposureTime()
Insert the method's description here. Creation date: (2/11/02 2:59:23 PM)

Returns:
int

getExposureTimeLeft

public int getExposureTimeLeft()
Insert the method's description here. Creation date: (2/11/02 5:20:27 PM)

Returns:
int

getExposureTimeRange

public int getExposureTimeRange()
Insert the method's description here. Creation date: (2/11/02 2:59:23 PM)

Returns:
int

getExposureType

public java.lang.String getExposureType()
Insert the method's description here. Creation date: (2/11/02 10:09:21 AM)

Returns:
java.lang.String

getFilters

public java.lang.String[] getFilters()
Insert the method's description here. Creation date: (2/12/02 1:40:53 PM)

Returns:
java.lang.String[]

getLoggedInUsers

public java.util.Vector getLoggedInUsers()
Insert the method's description here. Creation date: (12/3/01 11:20:43 AM)

Returns:
java.util.Vector

getSelectedFilter

public java.lang.String getSelectedFilter()
Insert the method's description here. Creation date: (2/12/02 4:06:03 PM)

Returns:
java.lang.String

getTelescopeOperator

public java.lang.String getTelescopeOperator()
Insert the method's description here. Creation date: (1/9/02 3:01:30 PM)

Returns:
java.lang.String

getTelescopeStatus

public java.lang.String getTelescopeStatus()
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Returns:
java.lang.String

getURL

protected java.net.URL getURL(java.lang.String filename)
Insert the method's description here. Creation date: (6/11/01 8:41:40 PM)

Returns:
java.net.URL

getImage

public javax.swing.ImageIcon getImage(javax.swing.JApplet parent)
Insert the method's description here. Creation date: (6/16/01 12:27:57 PM)

Returns:
javax.swing.ImageIcon

isUseJavaSimulator

public boolean isUseJavaSimulator()
Insert the method's description here. Creation date: (9/14/01 11:27:17 AM)

Returns:
boolean

setDelayTimeLeft

public void setDelayTimeLeft(int newDelayTimeLeft)
Insert the method's description here. Creation date: (2/12/02 2:11:39 PM)

Parameters:
newDelayTimeLeft - int

setExposureDelayRange

public void setExposureDelayRange(int newExposureDelayRange)
Insert the method's description here. Creation date: (2/12/02 1:40:53 PM)

Parameters:
newExposureDelayRange - int

setExposureTime

public void setExposureTime(int newExposureTime)
Insert the method's description here. Creation date: (2/11/02 2:59:23 PM)

Parameters:
newExposureTime - int

setExposureTimeLeft

public void setExposureTimeLeft(int newExposureTimeLeft)
Insert the method's description here. Creation date: (2/11/02 5:20:27 PM)

Parameters:
newExposureTimeLeft - int

setExposureTimeRange

public void setExposureTimeRange(int newExposureTimeRange)
Insert the method's description here. Creation date: (2/11/02 2:59:23 PM)

Parameters:
newExposureTimeRange - int

setExposureType

public void setExposureType(java.lang.String newExposureType)
Insert the method's description here. Creation date: (2/11/02 10:09:21 AM)

Parameters:
newExposureType - java.lang.String

setFilters

public void setFilters(java.lang.String[] newFilters)
Insert the method's description here. Creation date: (2/12/02 1:40:53 PM)

Parameters:
newFilters - java.lang.String[]

setLoggedInUsers

public void setLoggedInUsers(java.util.Vector newLoggedInUsers)
Insert the method's description here. Creation date: (12/3/01 11:20:43 AM)

Parameters:
newLoggedInUsers - java.util.Vector

setSelectedFilter

public void setSelectedFilter(java.lang.String newSelectedFilter)
Insert the method's description here. Creation date: (2/12/02 4:06:03 PM)

Parameters:
newSelectedFilter - java.lang.String

setTelescopeOperator

public void setTelescopeOperator(java.lang.String newTelescopeOperator)
Insert the method's description here. Creation date: (1/9/02 3:01:30 PM)

Parameters:
newTelescopeOperator - java.lang.String

setTelescopeStatus

public void setTelescopeStatus(java.lang.String newTelescopeStatus)
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Parameters:
newTelescopeStatus - java.lang.String

setUseJavaSimulator

public void setUseJavaSimulator(boolean newUseJavaSimulator)
Insert the method's description here. Creation date: (9/14/01 11:27:17 AM)

Parameters:
newUseJavaSimulator - boolean

isLogoutStatus

public boolean isLogoutStatus()
Returns the logoutStatus.

Returns:
boolean

setLogoutStatus

public void setLogoutStatus(boolean logoutStatus)
Sets the logoutStatus.

Parameters:
logoutStatus - The logoutStatus to set

setImage

public void setImage(java.lang.String imageFilename)
Method setImage.

Parameters:
imageFilename -

showMessage

public void showMessage(java.lang.String message)
Passes a message to the system output console. Creation date: (1/19/02 2:58:37 PM)

Parameters:
message - java.lang.String

getImageFileSize

public java.lang.String getImageFileSize()
Returns the imageFileSize.

Returns:
String

getImg_data

public byte[] getImg_data()
Returns the img_data.

Returns:
byte[]

setImageFileSize

public void setImageFileSize(java.lang.String imageFileSize)
Sets the imageFileSize.

Parameters:
imageFileSize - The imageFileSize to set

setImg_data

public void setImg_data(byte[] img_data)
Sets the img_data.

Parameters:
img_data - The img_data to set

isImageFinished

public boolean isImageFinished()
Returns the imageFinished.

Returns:
boolean

setImageFinished

public void setImageFinished(boolean imageFinished)
Sets the imageFinished.

Parameters:
imageFinished - The imageFinished to set