Serialized Form


Package org.glite.data.common.distribution

Class org.glite.data.common.distribution.FiremanMessage extends java.lang.Object implements Serializable

Serialized Fields

opType

int opType
Operation type ADD 0 UPDATE DELETE SETPERMISSION 4


opSource

java.lang.String opSource
Source(s) of operation, currently hostname


user

java.lang.String user
Originating op token - user creadentials who issued the op


groups

java.lang.String[] groups

result

int[] result
Local result of operation if message is forwarded


contents

java.io.Serializable contents
Object contents to be propagated


coyPermFromParent

boolean coyPermFromParent
'shadow' attributes which are used along with the array types in FM


time

long time

createParents

boolean createParents

item

java.lang.String item


Package org.glite.data.common.helpers

Class org.glite.data.common.helpers.DBException extends java.lang.Exception implements Serializable

Class org.glite.data.common.helpers.ParamaterNotFoundException extends java.lang.Exception implements Serializable


Package org.glite.data.common.servlet

Class org.glite.data.common.servlet.CertParse extends javax.servlet.http.HttpServlet implements Serializable