Serialized Form (Java Globus API)

Serialized Form


Package org.globus.common

Class org.globus.common.ChainedException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
The possibly null root cause exception.

 

Class org.globus.common.ChainedIOException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
The possibly null root cause exception.

 

Class org.globus.common.CoGProperties implements Serializable

Class org.globus.common.ConstrainedMVHashtable implements Serializable

Serialized Fields

singleValued

java.util.Hashtable singleValued
holds single-valued status of attributes


required

java.util.Hashtable required
holds required status of attributes


maxValues

java.util.Hashtable maxValues
holds the maximum values for various attributes

Class org.globus.common.GlobusAttributes implements Serializable

Serialized Fields

attribs

java.util.Hashtable attribs

Class org.globus.common.MVHashtable implements Serializable

Serialized Fields

attribs

java.util.Hashtable attribs
holds the attributes of the MVHashtable


Package org.globus.common.tests

Class org.globus.common.tests.MVHashtableTest implements Serializable


Package org.globus.gara

Class org.globus.gara.GaraException implements Serializable

Serialized Fields

errorCode

int errorCode


Package org.globus.gatekeeper

Class org.globus.gatekeeper.AuthorizationException implements Serializable

Class org.globus.gatekeeper.BadRequestException implements Serializable

Class org.globus.gatekeeper.GateKeeperException implements Serializable

Class org.globus.gatekeeper.ServiceException implements Serializable

Class org.globus.gatekeeper.ServiceNotFoundException implements Serializable


Package org.globus.gatekeeper.jobmanager

Class org.globus.gatekeeper.jobmanager.JobManagerException implements Serializable

Serialized Fields

_errorCode

int _errorCode


Package org.globus.gram

Class org.globus.gram.GramException implements Serializable

Serialized Fields

errorCode

int errorCode

Class org.globus.gram.WaitingForCommitException implements Serializable


Package org.globus.gram.tests

Class org.globus.gram.tests.GramAttributesTest implements Serializable


Package org.globus.io.ftp

Class org.globus.io.ftp.FTPException implements Serializable

Serialized Fields

_msg

java.lang.String _msg

_code

int _code


Package org.globus.io.ftp.tests

Class org.globus.io.ftp.tests.FTPExceptionTest implements Serializable

Class org.globus.io.ftp.tests.GridFTPTest implements Serializable

Class org.globus.io.ftp.tests.ThirdPartyTest implements Serializable


Package org.globus.io.gass.client

Class org.globus.io.gass.client.GassException implements Serializable


Package org.globus.io.urlcopy

Class org.globus.io.urlcopy.UrlCopyException implements Serializable


Package org.globus.mds

Class org.globus.mds.MDS implements Serializable

Serialized Fields

hostname

java.lang.String hostname
Deprecated. 
The default hostname (mds11.globus.org)


port

java.lang.String port
Deprecated. 
The default port (391)


baseDN

java.lang.String baseDN
Deprecated. 
The default baseDN (o=globus, c=us)


limit

int limit
Deprecated. 

timeout

int timeout
Deprecated. 

version

int version
Deprecated. 

ctx

javax.naming.ldap.LdapContext ctx
Deprecated. 

env

java.util.Properties env
Deprecated. 

propertyChangeSupport

java.beans.PropertyChangeSupport propertyChangeSupport
Deprecated. 

Class org.globus.mds.MDSException implements Serializable

Serialized Fields

ldapMessage

java.lang.String ldapMessage

Class org.globus.mds.MDSResult implements Serializable


Package org.globus.myproxy

Class org.globus.myproxy.MyProxyException implements Serializable


Package org.globus.pkcs11

Class org.globus.pkcs11.PKCS11Exception implements Serializable


Package org.globus.rsl

Class org.globus.rsl.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.globus.rsl.RslEvaluationException implements Serializable

Class org.globus.rsl.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.globus.rsl.tests

Class org.globus.rsl.tests.ListRslNodeTest implements Serializable

Class org.globus.rsl.tests.RslAttributesTest implements Serializable

Class org.globus.rsl.tests.RslNodeTest implements Serializable

Class org.globus.rsl.tests.RSLParserTest implements Serializable


Package org.globus.security

Class org.globus.security.GlobusProxyException implements Serializable


Package org.globus.security.auth

Class org.globus.security.auth.AuthorizationException implements Serializable


Package org.globus.security.gsi.gssapi

Class org.globus.security.gsi.gssapi.ChainedGSSException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception


Package org.globus.security.gsi.gssapi.test

Class org.globus.security.gsi.gssapi.test.GlobusGSSContextTest implements Serializable

Class org.globus.security.gsi.gssapi.test.GlobusGSSNameTest implements Serializable


Package org.globus.security.gridmap.tests

Class org.globus.security.gridmap.tests.GridMapTest implements Serializable


Package org.globus.tools.proxy

Class org.globus.tools.proxy.DefaultProxyOptionsPanel implements Serializable

Serialized Fields

certFileFB

FileBrowser certFileFB

keyFileFB

FileBrowser keyFileFB

Class org.globus.tools.proxy.GridProxyInit implements Serializable

Serialized Fields

MAX

int MAX
See Also:
Constant Field Values

passwordTF

javax.swing.JPasswordField passwordTF

optionsButton

javax.swing.JButton optionsButton

cancelButton

javax.swing.JButton cancelButton

createButton

javax.swing.JButton createButton

PKCS11Box

javax.swing.JCheckBox PKCS11Box

model

GridProxyModel model

proxyListener

ProxyListener proxyListener

proxy

GlobusProxy proxy

runAsApplication

boolean runAsApplication

closeOnSuccess

boolean closeOnSuccess

saveProxy

boolean saveProxy

Class org.globus.tools.proxy.PKCS11ProxyOptionsPanel implements Serializable

Serialized Fields

certHandleTF

javax.swing.JTextField certHandleTF

keyHandleTF

javax.swing.JTextField keyHandleTF

Class org.globus.tools.proxy.ProxyOptionsPanel implements Serializable

Serialized Fields

proxyFileFB

FileBrowser proxyFileFB

hoursGroup

javax.swing.ButtonGroup hoursGroup

bitsGroup

javax.swing.ButtonGroup bitsGroup

shRB

javax.swing.JRadioButton shRB

mhRB

javax.swing.JRadioButton mhRB

lhRB

javax.swing.JRadioButton lhRB

ghRB

javax.swing.JRadioButton ghRB

sbRB

javax.swing.JRadioButton sbRB

mbRB

javax.swing.JRadioButton mbRB

lbRB

javax.swing.JRadioButton lbRB

gbRB

javax.swing.JRadioButton gbRB

Class org.globus.tools.proxy.ProxyOptionsWindow implements Serializable

Serialized Fields

optionsPanel

ProxyOptionsPanel optionsPanel

properties

CoGProperties properties

applyBt

javax.swing.JButton applyBt

cancelBt

javax.swing.JButton cancelBt


Package org.globus.tools.ui.config

Class org.globus.tools.ui.config.AbstractWizard implements Serializable

Serialized Fields

moduleCount

int moduleCount

modulePanel

javax.swing.JPanel modulePanel

currentModuleNumber

int currentModuleNumber

firstModule

ConfigurationModule firstModule

lastModule

ConfigurationModule lastModule

backButton

javax.swing.JButton backButton

nextButton

javax.swing.JButton nextButton

finishButton

javax.swing.JButton finishButton

Class org.globus.tools.ui.config.BaseModule implements Serializable

Serialized Fields

props

CoGProperties props

font

java.awt.Font font

Class org.globus.tools.ui.config.ConfigModule0 implements Serializable

Class org.globus.tools.ui.config.ConfigModule1 implements Serializable

Serialized Fields

usercert

FileBrowser usercert

userkey

FileBrowser userkey

verifyBT

javax.swing.JButton verifyBT

Class org.globus.tools.ui.config.ConfigModule2 implements Serializable

Serialized Fields

certList

javax.swing.JList certList

certModel

CertificateListModel certModel

removeBT

javax.swing.JButton removeBT

addBT

javax.swing.JButton addBT

Class org.globus.tools.ui.config.ConfigModule3 implements Serializable

Serialized Fields

proxyfile

FileBrowser proxyfile

Class org.globus.tools.ui.config.ConfigurationWizard implements Serializable

Serialized Fields

props

CoGProperties props

Class org.globus.tools.ui.config.EJPanel implements Serializable


Package org.globus.tools.ui.proxy

Class org.globus.tools.ui.proxy.GridProxyDialog implements Serializable

Serialized Fields

certFileFB

FileBrowser certFileFB

keyFileFB

FileBrowser keyFileFB

proxyFileFB

FileBrowser proxyFileFB

caCertFileFB

FileBrowser caCertFileFB

hoursGroup

javax.swing.ButtonGroup hoursGroup

bitsGroup

javax.swing.ButtonGroup bitsGroup

okButton

javax.swing.JButton okButton

saveButton

javax.swing.JButton saveButton

exitButton

javax.swing.JButton exitButton

proxyFile

java.lang.String proxyFile

userCertLoc

java.lang.String userCertLoc

userKeyLoc

java.lang.String userKeyLoc

caCertFile

java.lang.String caCertFile

hours

int hours

bits

int bits

limited

boolean limited

Class org.globus.tools.ui.proxy.MyproxyDialog implements Serializable

Serialized Fields

myproxyInit

MyproxyGUI myproxyInit

gridProps

GridProxyProperties gridProps

portalLifetimeTF

javax.swing.JTextField portalLifetimeTF

credLifetimeTF

javax.swing.JTextField credLifetimeTF

myproxyServerTF

javax.swing.JTextField myproxyServerTF

myproxyPortTF

javax.swing.JTextField myproxyPortTF

okButton

javax.swing.JButton okButton

saveButton

javax.swing.JButton saveButton

exitButton

javax.swing.JButton exitButton

Class org.globus.tools.ui.proxy.MyproxyGUI implements Serializable

Class org.globus.tools.ui.proxy.MyproxyInit implements Serializable

Serialized Fields

usernameTF

javax.swing.JTextField usernameTF

passwordTF

javax.swing.JPasswordField passwordTF

createButton

javax.swing.JButton createButton

sendButton

javax.swing.JButton sendButton

killLocButton

javax.swing.JButton killLocButton

killRemButton

javax.swing.JButton killRemButton

exitButton

javax.swing.JButton exitButton

runAsApplication

boolean runAsApplication

myproxyPassword

java.lang.String myproxyPassword

Class org.globus.tools.ui.proxy.PasswordDialog implements Serializable

Serialized Fields

myproxyInit

MyproxyInit myproxyInit

passwd1TF

javax.swing.JPasswordField passwd1TF

passwd2TF

javax.swing.JPasswordField passwd2TF

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

gridProps

GridProxyProperties gridProps

proxyProps

java.util.Properties proxyProps

password

java.lang.String password

cancel

boolean cancel


Package org.globus.tools.ui.util

Class org.globus.tools.ui.util.FileBrowser implements Serializable

Serialized Fields

file

javax.swing.JTextField file

browser

javax.swing.JButton browser

fileFilter

javax.swing.filechooser.FileFilter fileFilter

specialfilter

boolean specialfilter

title

java.lang.String title

okLabel

java.lang.String okLabel

Class org.globus.tools.ui.util.ImageJJPanel implements Serializable

Serialized Fields

image

java.awt.Image image

Class org.globus.tools.ui.util.JJPanel implements Serializable

Serialized Fields

gbl

java.awt.GridBagLayout gbl

gbc

java.awt.GridBagConstraints gbc


Package org.globus.util

Class org.globus.util.SortedVector implements Serializable


Package org.globus.util.tests

Class org.globus.util.tests.GlobusURLTest implements Serializable

Class org.globus.util.tests.StringTokenizerTest implements Serializable

Class org.globus.util.tests.UtilTest implements Serializable


Package org.globus.ftp.test

Class org.globus.ftp.test.AsciiTranslatorTest implements Serializable

Class org.globus.ftp.test.ByteRangeListTest implements Serializable

Class org.globus.ftp.test.ByteRangeTest implements Serializable

Class org.globus.ftp.test.FeatureListTest implements Serializable

Class org.globus.ftp.test.FTPClient2PartyTest implements Serializable

Class org.globus.ftp.test.FTPClientListTest implements Serializable

Class org.globus.ftp.test.FTPClientTest implements Serializable

Class org.globus.ftp.test.FTPControlChannelTest implements Serializable

Class org.globus.ftp.test.FTPExceptionTest implements Serializable

Class org.globus.ftp.test.GridFTPClient2PartyParallelTest implements Serializable

Class org.globus.ftp.test.GridFTPClient2PartyStripingTest implements Serializable

Class org.globus.ftp.test.GridFTPClient2PartyTest implements Serializable

Class org.globus.ftp.test.GridFTPClientTest implements Serializable

Class org.globus.ftp.test.GridFTPControlChannelTest implements Serializable

Class org.globus.ftp.test.GridFTPRestartMarkerTest implements Serializable

Class org.globus.ftp.test.HostPortListTest implements Serializable

Class org.globus.ftp.test.MarkerTest implements Serializable

Class org.globus.ftp.test.PerfMarkerTest implements Serializable

Class org.globus.ftp.test.ReplyTest implements Serializable


Package org.globus.ftp.exception

Class org.globus.ftp.exception.ClientException implements Serializable

Serialized Fields

code

int code

Class org.globus.ftp.exception.DataChannelException implements Serializable

Serialized Fields

code

int code

customMessage

java.lang.String customMessage

Class org.globus.ftp.exception.FTPException implements Serializable

Serialized Fields

code

int code

cause

java.lang.Exception cause

customMessage

java.lang.String customMessage

Class org.globus.ftp.exception.FTPReplyParseException implements Serializable

Class org.globus.ftp.exception.NotImplementedException implements Serializable

Class org.globus.ftp.exception.PerfMarkerException implements Serializable

Serialized Fields

code

int code

customMessage

java.lang.String customMessage

Class org.globus.ftp.exception.ServerException implements Serializable

Serialized Fields

code

int code

customMessage

java.lang.String customMessage

Class org.globus.ftp.exception.UnexpectedReplyCodeException implements Serializable

Serialized Fields

reply

Reply reply