Serialized Form


Package netcom.mds

Class netcom.mds.AbstractRequest extends java.lang.Object implements Serializable

Serialized Fields

socket_originator

java.lang.String socket_originator
This is the Socket.toString() connecting a PClient to the MDSProxy which originated the request, (It must be .toString() because Socket will not Serialize)

Class netcom.mds.AbstractShare extends java.lang.Object implements Serializable

Serialized Fields

ps_name

java.lang.String ps_name
This is the name of the PServer which created and owns this share


share_name

java.lang.String share_name
This is the name of the Share


source

AddressPort source
Socket of the PServer who has the share. Used to retrieve the share.


id

java.lang.String id
Unique ID for the share. Used to get data from the PServer


access_list

java.lang.String[] access_list
An array of Strings that has name of the PClients who can access this share. Null if everyone can access it.


name_list_pairs

java.util.List[] name_list_pairs
A array of Lists used to see if a share matches a SearchRequest.

Class netcom.mds.AddShareRequest extends AbstractRequest implements Serializable

Serialized Fields

new_share

AbstractShare new_share
This is the share which will be added to a PSData object

Class netcom.mds.ChatShare extends AbstractShare implements Serializable

Class netcom.mds.FileShare extends AbstractShare implements Serializable

Serialized Fields

size

java.lang.String size
A String that represnts the size of the FileShare

Class netcom.mds.RemoveShareRequest extends AbstractRequest implements Serializable

Serialized Fields

removed_share

AbstractShare removed_share
This is the share which stands to be removed

Class netcom.mds.ReturnRequest extends AbstractRequest implements Serializable

Serialized Fields

return_shares

AbstractShare[] return_shares
An Array of AbstractShares is kept to represent many matched shares This is kept as an array and not an object to minimize the size of a ReturnRequest


yaup_message_id

java.lang.String yaup_message_id
This is the original searches yaup_message_id


orig_search_id

java.lang.String orig_search_id

Class netcom.mds.SearchRequest extends AbstractRequest implements Serializable

Serialized Fields

mdsproxy_originator

AddressPort mdsproxy_originator
This is a socketaddress giving the information of where the mdsproxy is which originated the request


originator_name

java.lang.String originator_name
This is the login name of the PClient which created this request


search_id

java.lang.String search_id
This is the search ID as given from the PClient and parsed from the XML


yaup_message_id

java.lang.String yaup_message_id
This is the YAUP Message ID of the original XML request


is_bloom_guess

boolean is_bloom_guess
This says whether this search request is a bloom guess or not, thus allowing this search request to not be propogated if it was a true "bloom guess" and the recieving MDS node is using the "bloom search mode" This field is modified by an MDS Node after instantiation


name_list_pairs

java.util.List[] name_list_pairs
This is the List array which holds all the name list pairs. It is organized so that each index of the array has a "name" and its matching pairs. The First item of each list then stands for the "name" while every subsequent item in the list is a matching pair to that first name This List MUST be filled with Strings only


nodes_visited

java.util.Set nodes_visited
This is a private Set which must hold InetSocketAddresses.toString()'s indicating MDSNodes which this search request has already visited. This is used in routing to remove the possibility of infinite looping


Package netcom.gui

Class netcom.gui.BorderPanel extends java.awt.Panel implements Serializable

Class netcom.gui.CButton extends java.awt.Canvas implements Serializable

Serialized Fields

tag

java.lang.String tag

iImage

java.awt.Image iImage

up

boolean up

down

boolean down

action

java.lang.String action

Class netcom.gui.CImage extends java.awt.Canvas implements Serializable

Serialized Fields

iImage

java.awt.Image iImage

Class netcom.gui.Grid extends java.awt.Panel implements Serializable

Serialized Fields

MIN_COLUMN_WIDTH

int MIN_COLUMN_WIDTH
See Also:
Constant Field Values

BANNED

java.lang.String[] BANNED

vertVisible

boolean vertVisible

horizVisible

boolean horizVisible

dMinimum

java.awt.Dimension dMinimum

fFont

java.awt.Font fFont

fMetrics

java.awt.FontMetrics fMetrics

gImage

java.awt.Graphics gImage

iImage

java.awt.Image iImage

iWidth

int iWidth

iHeight

int iHeight

iRowHeight

int iRowHeight

iFirstRow

int iFirstRow

iGridWidth

int iGridWidth

iGridHeight

int iGridHeight

iX

int iX

iY

int iY

sColHead

java.lang.String[] sColHead

vData

java.util.Vector vData

iColWidth

int[] iColWidth

iSortCol

int iSortCol

iSortStatus

int iSortStatus

iColCount

int iColCount

iRowCount

int iRowCount

sbHoriz

java.awt.Scrollbar sbHoriz

sbVert

java.awt.Scrollbar sbVert

iSbWidth

int iSbWidth

iSbHeight

int iSbHeight

bDrag

boolean bDrag

iXDrag

int iXDrag

iColDrag

int iColDrag

selected

java.util.Vector selected

lastSelected

int lastSelected

tag

java.lang.String tag

imgs

java.awt.Image[] imgs

selectable

boolean selectable

closable

boolean closable

showgrid

boolean showgrid

wordwrap

boolean wordwrap

sessionid

int sessionid

path

java.lang.String path

tooltips

java.util.Vector tooltips

lastHeadCalculated

java.lang.String[] lastHeadCalculated

settoend

boolean settoend

Class netcom.gui.HBar extends java.awt.Component implements Serializable

Serialized Fields

bar

boolean bar

title

java.lang.String title

fFont

java.awt.Font fFont

fmFont

java.awt.FontMetrics fmFont

dSize

java.awt.Dimension dSize

Class netcom.gui.hGrid extends java.awt.Panel implements Serializable

Serialized Fields

show_msg

boolean show_msg

edited_index

int edited_index

prop

Properties prop

locked

boolean locked

readonly

java.util.Vector readonly

choices

java.util.Hashtable choices

BANNED

java.lang.String[] BANNED

vertVisible

boolean vertVisible

horizVisible

boolean horizVisible

dMinimum

java.awt.Dimension dMinimum

fFont

java.awt.Font fFont

fMetrics

java.awt.FontMetrics fMetrics

gImage

java.awt.Graphics gImage

iImage

java.awt.Image iImage

iWidth

int iWidth

iHeight

int iHeight

iRowHeadWidth

int iRowHeadWidth

iRowHeight

int iRowHeight

iFirstRow

int iFirstRow

iGridWidth

int iGridWidth

iGridHeight

int iGridHeight

iX

int iX

iY

int iY

sColHead

java.lang.String[] sColHead

vData

java.util.Vector vData

vRowHead

java.util.Vector vRowHead

iColWidth

int[] iColWidth

iColCount

int iColCount

iRowCount

int iRowCount

sbHoriz

java.awt.Scrollbar sbHoriz

sbVert

java.awt.Scrollbar sbVert

iSbWidth

int iSbWidth

iSbHeight

int iSbHeight

bDrag

boolean bDrag

iXDrag

int iXDrag

iColDrag

int iColDrag

tEdit

java.awt.TextField tEdit

tChoice

java.awt.Choice tChoice

up

java.awt.Image up

bEditing

boolean bEditing

iSelectRow

int iSelectRow

iSelectColumn

int iSelectColumn

tooltips

java.util.Vector tooltips

cCallback

java.awt.Component cCallback

iEditX

int iEditX

iEditY

int iEditY

iEditWidth

int iEditWidth

Class netcom.gui.LabelPanel extends java.awt.Panel implements Serializable

Class netcom.gui.ListPanel extends BorderPanel implements Serializable

Serialized Fields

gResult

Grid gResult

start

int start

end

int end

mc

LogConsole mc

lblTitle

java.awt.Label lblTitle

topimage

CImage topimage

Class netcom.gui.LogConsole extends java.awt.Frame implements Serializable

Serialized Fields

ldap_communicator

LDAPCommunicator ldap_communicator

ldap_refresh

boolean ldap_refresh

ldap_timeout

int ldap_timeout

data_hash

java.util.HashMap data_hash

last_ldap_list

java.util.Vector last_ldap_list

last_refresh

long last_refresh

fPopUp

Properties fPopUp

cB

java.awt.CheckboxGroup cB

pShortcut

ShortCutPanel pShortcut

pTree

TreePanel pTree

pList

ListPanel pList

pLog

LogPanel pLog

pStatus

StatusPanel pStatus

Class netcom.gui.LogPanel extends java.awt.Panel implements Serializable

Serialized Fields

pLogTabs

TabPanel pLogTabs

gMain

Grid gMain

data_path

java.lang.String data_path

Class netcom.gui.Msgbox extends java.awt.Dialog implements Serializable

Serialized Fields

pic

int pic

label

java.lang.String label

imgs

CImage[] imgs

cLabel

MultiLineLabel cLabel

cmdOK

java.awt.Button cmdOK

Class netcom.gui.MultiLineLabel extends java.awt.Canvas implements Serializable

Serialized Fields

label

java.lang.String label

margin_width

int margin_width

margin_height

int margin_height

alignment

int alignment

num_lines

int num_lines

lines

java.lang.String[] lines

line_widths

int[] line_widths

max_width

int max_width

line_height

int line_height

line_ascent

int line_ascent

measured

boolean measured

fFont

java.awt.Font fFont

Class netcom.gui.ProgressBar extends java.awt.Canvas implements Serializable

Serialized Fields

status

int status

Class netcom.gui.Properties extends java.awt.Dialog implements Serializable

Serialized Fields

panel1

java.awt.Panel panel1

cmdOk

java.awt.Button cmdOk

bCancel

java.awt.Button bCancel

bApply

java.awt.Button bApply

gR

hGrid gR

label1

MultiLineLabel label1

top_image

CImage top_image

Class netcom.gui.ShortCutPanel extends java.awt.Panel implements Serializable

Serialized Fields

NUMBER_OF_SHORTCUTS

int NUMBER_OF_SHORTCUTS

MAX_NUMBER_OF_SHORTCUTS

int MAX_NUMBER_OF_SHORTCUTS

indent

int indent

max

int max

url

java.net.URL url

ci

CButton[] ci

up

CButton up

down

CButton down

lb

java.awt.Label[] lb

images

java.awt.Image[] images

pressed

boolean pressed

st

ShortCutPanel.ScrollThread st

moveup

boolean moveup

movedown

boolean movedown

console

LogConsole console

panel8

java.awt.Panel panel8

button1

java.awt.Button button1

Class netcom.gui.StatusButton extends java.awt.Canvas implements Serializable

Serialized Fields

GRAY

int GRAY
See Also:
Constant Field Values

GREEN

int GREEN
See Also:
Constant Field Values

RED

int RED
See Also:
Constant Field Values

gray

CImage gray

green

CImage green

red

CImage red

current

CImage current

Class netcom.gui.StatusPanel extends java.awt.Panel implements Serializable

Serialized Fields

sb

ProgressBar sb

lblStatus

java.awt.Label lblStatus

lblMessage

java.awt.Label lblMessage

lblTime

java.awt.Label lblTime

yellow

java.awt.Image yellow

red

java.awt.Image red

green

java.awt.Image green

gray

java.awt.Image gray

sb1

CImage sb1

sb2

CImage sb2

sb3

CImage sb3

pTime

BorderPanel pTime

pStatusButton

BorderPanel pStatusButton

pMessage

BorderPanel pMessage

pStatus

BorderPanel pStatus

NONE

int NONE
See Also:
Constant Field Values

RED

int RED
See Also:
Constant Field Values

YELLOW

int YELLOW
See Also:
Constant Field Values

GREEN

int GREEN
See Also:
Constant Field Values

light

int light

Class netcom.gui.TabPanel extends java.awt.Panel implements Serializable

Serialized Fields

margin

int margin
The width of the margins around the cards.


closable

boolean closable

tabFont

java.awt.Font tabFont

metric

java.awt.FontMetrics metric

nCards

int nCards

names

java.util.Vector names

htLabels

java.util.Hashtable htLabels

pos

int[] pos

width

int[] width

twidth

int[] twidth

row

int[] row

map

int[] map

selected

int selected

offset

int offset

tabH

int tabH

nRows

int nRows

offscreen

java.awt.Image offscreen

currentWidth

int currentWidth

dMinimum

java.awt.Dimension dMinimum

Class netcom.gui.ToolTip extends java.awt.Canvas implements Serializable

Serialized Fields

tip

java.lang.String tip

owner

java.awt.Component owner

disconnected

boolean disconnected

still_need_to_show

boolean still_need_to_show

time_delay

long time_delay

has_hotspot

boolean has_hotspot

hotspot

java.awt.Rectangle hotspot

mainContainer

java.awt.Container mainContainer

mainLayout

java.awt.LayoutManager mainLayout

f

java.awt.Font f

shown

boolean shown

VERTICAL_OFFSET

int VERTICAL_OFFSET
See Also:
Constant Field Values

HORIZONTAL_ENLARGE

int HORIZONTAL_ENLARGE
See Also:
Constant Field Values

VERTICAL_ENLARGE

int VERTICAL_ENLARGE
See Also:
Constant Field Values

ml

java.awt.event.MouseListener ml

mml

java.awt.event.MouseMotionListener mml

Class netcom.gui.Tree extends java.awt.Panel implements Serializable

Serialized Fields

OVER_ERROR

int OVER_ERROR
See Also:
Constant Field Values

sessionID

int sessionID

iMaxTextLength

int iMaxTextLength

iMaxIndent

int iMaxIndent

dMinimum

java.awt.Dimension dMinimum

gImage

java.awt.Graphics gImage

iImage

java.awt.Image iImage

iMaxWidth

int iMaxWidth

iMaxHeight

int iMaxHeight

iFirstRow

int iFirstRow

iTreeWidth

int iTreeWidth

iTreeHeight

int iTreeHeight

iX

int iX

iY

int iY

vData

java.util.Vector vData

vImage

java.util.Vector vImage

vGrayImage

java.util.Vector vGrayImage

iRowCount

int iRowCount

sbHoriz

java.awt.Scrollbar sbHoriz

sbVert

java.awt.Scrollbar sbVert

iSelectedRow

int iSelectedRow

image

java.awt.Image image

grayHighlight

java.util.Vector grayHighlight

tree_folder_status

java.util.Hashtable tree_folder_status

vertVisible

boolean vertVisible

horizVisible

boolean horizVisible

closable

boolean closable

for_browse

boolean for_browse

imgs

java.awt.Image[] imgs

mouseDoubleClickThreshold

long mouseDoubleClickThreshold

mouseUpClickTime

long mouseUpClickTime

last_item

java.lang.String last_item

Class netcom.gui.TreePanel extends java.awt.Panel implements Serializable

Serialized Fields

mTreePopup

java.awt.PopupMenu mTreePopup

pTreeTabs

TabPanel pTreeTabs

pBorderWest

java.awt.Panel pBorderWest

bDrag

boolean bDrag

dragX

int dragX

iXDrag

int iXDrag

main_tree

Tree main_tree


Package netcom.log

Class netcom.log.LogMessage extends java.lang.Object implements Serializable

Serialized Fields

type

int type

log_session_id

int log_session_id

range_from

int range_from

range_to

int range_to

friends

java.util.Collection friends

log_sessions

java.util.Vector log_sessions

num_connections

int num_connections

node_type

int node_type

name

java.lang.String name

ip

java.lang.String ip

port

int port

Class netcom.log.Overflow extends java.lang.Exception implements Serializable


Package netcom.util

Class netcom.util.AddressPort extends java.lang.Object implements Serializable

Serialized Fields

address

java.net.InetAddress address

port

int port

Class netcom.util.SortedVector extends java.util.Vector implements Serializable

Class netcom.util.SQueue extends java.util.Vector implements Serializable

Serialized Fields

nHead

int nHead

nTail

int nTail