|
|||||||||||
| 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.Window
java.awt.Dialog
javax.swing.JDialog
planetj.gui.CMDialogJ
planetj.connections.AS400SignOnDialog
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
protected AS400SignOnDialogListener |
fieldAS400SignOnDialogListenerEventMulticaster
|
| Fields inherited from class planetj.gui.CMDialogJ |
clientProperties, parent |
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AS400SignOnDialog()
Constructor |
|
AS400SignOnDialog(CMFrameJ owner)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(CMFrameJ owner,
boolean modal)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(CMFrameJ owner,
java.lang.String title)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(CMFrameJ owner,
java.lang.String title,
boolean modal)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(java.awt.Frame owner)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(java.awt.Frame owner,
boolean modal)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(java.awt.Frame owner,
java.lang.String title)
AS400SignOnDialog constructor comment. |
|
AS400SignOnDialog(java.awt.Frame owner,
java.lang.String title,
boolean modal)
AS400SignOnDialog constructor comment. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Method to handle events for the ActionListener interface. |
void |
addAS400SignOnDialogListener(AS400SignOnDialogListener newListener)
|
void |
cancelClicked()
Comment |
void |
changedUpdate(javax.swing.event.DocumentEvent evt)
Gives notification that an attribute or set of attributes changed. |
void |
checkTextFields()
Checks to see if the all the spooled file information has been entered in order to enable the OK button |
protected void |
fireCancelClicked(java.util.EventObject newEvent)
Method to support listener events. |
protected void |
fireOkClicked(java.util.EventObject newEvent)
Method to support listener events. |
java.lang.String |
getExtraURLInfo()
Gets extra URL info for the SQL connection. |
int |
getMaxConnections()
The maximum number of connections in the connection pool |
int |
getMaxConnSeconds()
The maximum amount of time a connection can be kept open. |
int |
getMinConnections()
The minimum number of connections in the connection pool |
int |
getOrphanTimeout()
The orphan timeout specifies the amout of time an application can hold a connection without using it. |
java.lang.String |
getSystem()
Gets the text in the system field |
java.lang.String |
getSystemAlias()
When the signon is sucessful, a connection pool is created with the system alias property. |
java.lang.String |
getUserId()
Gets the text in the user id field |
protected void |
handleException(java.lang.Throwable exception)
Called whenever the part throws an exception. |
void |
insertUpdate(javax.swing.event.DocumentEvent evt)
Gives notification that there was an insert into the document. |
static void |
main(java.lang.String[] args)
main entrypoint - starts the part when it is run as an application |
void |
passwordTFKeyReleased()
Comment |
void |
removeAS400SignOnDialogListener(AS400SignOnDialogListener newListener)
|
void |
removeUpdate(javax.swing.event.DocumentEvent evt)
Gives notification that a portion of the document has been removed. |
boolean |
resignOn()
Signs on again with the previous signon info. |
void |
setExtraURLInfo(java.lang.String newExtraURLInfo)
Gets extra URL info for the SQL connection. |
void |
setMaxConnections(int newMaxConnections)
The maximum number of connections in the connection pool |
void |
setMaxConnSeconds(int newMaxConnSeconds)
The maximum amount of time a connection can be kept open. |
void |
setMinConnections(int newMinConnections)
The minimum number of connections in the connection pool |
void |
setOrphanTimeout(int seconds)
The orphan timeout specifies the amout of time an application can hold a connection without using it. |
void |
setSystem(java.lang.String system)
The AS400 system to connect to |
void |
setSystemAlias(java.lang.String newAlias)
When the signon is sucessful, a connection pool is created with the system alias property. |
void |
setUserID(java.lang.String userID)
Insert the method's description here. |
boolean |
signOn(java.lang.String system,
java.lang.String userName,
char[] pPassword)
Signs on and connects to JMagic. |
void |
windowActivated(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowClosed(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowClosing(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowIconified(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
void |
windowOpened(java.awt.event.WindowEvent e)
Method to handle events for the WindowListener interface. |
| Methods inherited from class planetj.gui.CMDialogJ |
debugMessage, debugMessage, debugMessage, dispose, getClientProperties, getTimeInMills, getTranslation, getTranslationId, hide, isAlwaysOnTopLocal, newCMDialogJ, putClientProperty, setAlwaysOnTopLocal, setTimeInMills, setTitle, setTranslation, setVisible, show, showBusyCursor, showDefaultCursor, showException, showException |
| Methods inherited from class javax.swing.JDialog |
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
| Methods inherited from class java.awt.Dialog |
addNotify, getTitle, isModal, isResizable, isUndecorated, setModal, setResizable, setUndecorated |
| Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront |
| Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, size, toString, transferFocus, transferFocusUpCycle |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected transient AS400SignOnDialogListener fieldAS400SignOnDialogListenerEventMulticaster
| Constructor Detail |
public AS400SignOnDialog()
public AS400SignOnDialog(java.awt.Frame owner)
owner - java.awt.Frame
public AS400SignOnDialog(java.awt.Frame owner,
java.lang.String title)
owner - java.awt.Frametitle - java.lang.String
public AS400SignOnDialog(java.awt.Frame owner,
java.lang.String title,
boolean modal)
owner - java.awt.Frametitle - java.lang.Stringmodal - boolean
public AS400SignOnDialog(java.awt.Frame owner,
boolean modal)
owner - java.awt.Framemodal - booleanpublic AS400SignOnDialog(CMFrameJ owner)
owner - planetj.gui.CMFrameJ
public AS400SignOnDialog(CMFrameJ owner,
java.lang.String title)
owner - planetj.gui.CMFrameJtitle - java.lang.String
public AS400SignOnDialog(CMFrameJ owner,
java.lang.String title,
boolean modal)
owner - planetj.gui.CMFrameJtitle - java.lang.Stringmodal - boolean
public AS400SignOnDialog(CMFrameJ owner,
boolean modal)
owner - planetj.gui.CMFrameJmodal - boolean| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - java.awt.event.ActionEventpublic void addAS400SignOnDialogListener(AS400SignOnDialogListener newListener)
newListener - planetj.connections.AS400SignOnDialogListenerpublic void cancelClicked()
public void changedUpdate(javax.swing.event.DocumentEvent evt)
changedUpdate in interface javax.swing.event.DocumentListenerevt - javax.swing.event.DocumentEventpublic void checkTextFields()
protected void fireCancelClicked(java.util.EventObject newEvent)
newEvent - java.util.EventObjectprotected void fireOkClicked(java.util.EventObject newEvent)
newEvent - java.util.EventObjectpublic java.lang.String getExtraURLInfo()
public int getMaxConnections()
public int getMaxConnSeconds()
public int getMinConnections()
public int getOrphanTimeout()
public java.lang.String getSystem()
public java.lang.String getSystemAlias()
public java.lang.String getUserId()
protected void handleException(java.lang.Throwable exception)
handleException in class CMDialogJexception - java.lang.Throwablepublic void insertUpdate(javax.swing.event.DocumentEvent evt)
insertUpdate in interface javax.swing.event.DocumentListenerevt - javax.swing.event.DocumentEventpublic static void main(java.lang.String[] args)
args - java.lang.String[]public void passwordTFKeyReleased()
public void removeAS400SignOnDialogListener(AS400SignOnDialogListener newListener)
newListener - planetj.connections.AS400SignOnDialogListenerpublic void removeUpdate(javax.swing.event.DocumentEvent evt)
removeUpdate in interface javax.swing.event.DocumentListenerevt - javax.swing.event.DocumentEventpublic boolean resignOn()
public void setExtraURLInfo(java.lang.String newExtraURLInfo)
public void setMaxConnections(int newMaxConnections)
public void setMaxConnSeconds(int newMaxConnSeconds)
public void setMinConnections(int newMinConnections)
public void setOrphanTimeout(int seconds)
public void setSystem(java.lang.String system)
public void setSystemAlias(java.lang.String newAlias)
public void setUserID(java.lang.String userID)
public boolean signOn(java.lang.String system,
java.lang.String userName,
char[] pPassword)
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenere - java.awt.event.WindowEventpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenere - java.awt.event.WindowEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||