|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
jet.bean.JRClientViewer
public class JRClientViewer
This JRClientViewer
bean provides methods to display the entire GUI Console for users
to select reports to run and schedule and export to all available formats.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.BaselineResizeBehavior |
Field Summary | |
---|---|
static int |
vDebug
Indicates to open the debug log. |
static int |
vError
Indicates to open the error log. |
static int |
vOff
Indicates to close the debug and error logs. |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
JRClientViewer()
The default constructor. |
Method Summary | |
---|---|
void |
exit()
|
java.lang.String |
getFullPath()
Gets the full path for JReport Servlet. |
java.awt.Dimension |
getMinimumSize()
|
java.lang.String |
getPassword()
Gets the password to log in to JReport Server. |
java.lang.String |
getPort()
Gets the port number of the server. |
java.awt.Dimension |
getPreferredSize()
|
java.lang.String |
getReportHome()
Gets the report home path where the report.ini and other JReport system files exist under reporthome/bin. |
java.lang.String |
getServerName()
Gets the server name or IP address where the report runs. |
boolean |
getSSL()
Gets current SSL state. |
java.lang.String |
getStatus()
Gets the status after an action. |
java.lang.String |
getUserName()
Gets the user name to log in to JReport Server. |
void |
readExternal(java.io.ObjectInput in)
|
void |
run()
Launches to run JReport Viewer Bean. |
void |
setFullPath(java.lang.String fullPath)
Sets the full path for JReport Servlet. |
boolean |
setLogFile(java.lang.String fileName)
Sets the log file path and name. |
void |
setPassword(java.lang.String password)
Sets the password to log in to JReport Server. |
void |
setPort(java.lang.String port)
Sets the port number of the server, usually 8888. |
void |
setReportHome(java.lang.String reportHome)
Sets the report home path where the report.ini and other JReport system files exist under reporthome/bin. |
void |
setServerName(java.lang.String serverName)
Sets the server name or IP address. |
void |
setShowInfoLevel(int level)
Enables/disables output error and debug message. |
void |
setSSL(boolean SSL)
Sets the connection to use SSL or not. |
void |
setUserName(java.lang.String userName)
Sets the user name to log in to JReport Server. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.awt.Panel |
---|
addNotify, getAccessibleContext |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int vOff
public static final int vDebug
public static final int vError
Constructor Detail |
---|
public JRClientViewer()
Method Detail |
---|
public java.lang.String getReportHome()
public void setReportHome(java.lang.String reportHome)
reportHome
- the home path where the report.ini and
other JReport system files exist.public void setServerName(java.lang.String serverName)
serverName
- the name of the server where the report runs.public java.lang.String getServerName()
public void setPort(java.lang.String port)
port
- the port number of the server.public java.lang.String getPort()
public void setFullPath(java.lang.String fullPath)
fullPath
- if you access JReport Servlet, you must set
the servlet path, for example, setFullPath("/jrserver");public java.lang.String getFullPath()
public void setUserName(java.lang.String userName)
userName
- the user name to log in to JReport Server.public java.lang.String getUserName()
public void setPassword(java.lang.String password)
password
- the password to log in to JReport Server.public java.lang.String getPassword()
public void run()
public java.awt.Dimension getMinimumSize()
getMinimumSize
in class java.awt.Container
public java.awt.Dimension getPreferredSize()
getPreferredSize
in class java.awt.Container
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void exit()
public java.lang.String getStatus()
public void setShowInfoLevel(int level)
level
- the debug level, for example, vDebug | vErrorpublic boolean setLogFile(java.lang.String fileName)
LogFileName specifies where the debug, error and other information will go. LogFileName contains both the path and the file name. If no path is specified, the current path is used. If no file name is specified, the file jreport.log is used
fileName
- the log file name
public void setSSL(boolean SSL)
SSL
- boolean, indicates whether to use SSL connection.public boolean getSSL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |