Serialized Form


Package org.datamanager.activeentityvalue

Class org.datamanager.activeentityvalue.AttributeCounterEntityValue implements Serializable

Serialized Fields

entity

Entity entity


Package org.datamanager.constraint

Class org.datamanager.constraint.AndEntityConstraint implements Serializable

Serialized Fields

pEntityConstraint

EntityConstraint pEntityConstraint
The EntityConstraints to use in the And.


qEntityConstraint

EntityConstraint qEntityConstraint
The EntityConstraints to use in the And.

Class org.datamanager.constraint.AndEventConstraint implements Serializable

Serialized Fields

pEvent

EventConstraint pEvent
The EventConstraints to use in the And.


qEvent

EventConstraint qEvent
The EventConstraints to use in the And.

Class org.datamanager.constraint.AttributeExistsConstraint implements Serializable

Serialized Fields

attributeConstraint

EntityConstraint attributeConstraint
The EntityConstraint used to find a valid attribute.

Class org.datamanager.constraint.AttributeNameContainsConstraint implements Serializable

Serialized Fields

attributeName

String attributeName
The attribute name we're trying to match against.


matchValue

String matchValue
The value we want to be a substring of the attribute.

Class org.datamanager.constraint.AttributeNameEqualsConstraint implements Serializable

Serialized Fields

attributeName

String attributeName
The attribute name we're trying to match against.


matchValue

String matchValue
The value we want to be a substring of the attribute.

Class org.datamanager.constraint.AttributeStringMatchConstraint implements Serializable

Serialized Fields

attributeName

String attributeName
The attribute name we're trying to match against.


matchValue

String matchValue
The string value we're trying to match.

Class org.datamanager.constraint.BaseExistsConstraint implements Serializable

Serialized Fields

baseConstraint

EntityConstraint baseConstraint
The EntityConstraint used to find a valid base.

Class org.datamanager.constraint.DateValueRangeConstraint implements Serializable

Serialized Fields

minValue

Date minValue
The minimum and maximum Date values to match.


maxValue

Date maxValue

Class org.datamanager.constraint.EntityEqualsConstraint implements Serializable

Serialized Fields

match

Entity match
The Entity to match.

Class org.datamanager.constraint.EventContainsEntityConstraint implements Serializable

Serialized Fields

entityConstraint

EntityConstraint entityConstraint
The constraint to filter out all newly added Entities stored in an AddEntityPoolEvent.

Class org.datamanager.constraint.EventTypeIsConstraint implements Serializable

Serialized Fields

target

Class target
The target type.

Class org.datamanager.constraint.NameContainsConstraint implements Serializable

Serialized Fields

partialName

String partialName
Part of a valid name.

Class org.datamanager.constraint.NameEqualsConstraint implements Serializable

Serialized Fields

name

String name
The String to match in a name.

Class org.datamanager.constraint.NameEqualsIgnoringCaseConstraint implements Serializable

Serialized Fields

name

String name
The String to match in a name.

Class org.datamanager.constraint.NotEntityConstraint implements Serializable

Serialized Fields

negatedEntity

EntityConstraint negatedEntity
The EntityConstraints to negate.

Class org.datamanager.constraint.NotEventConstraint implements Serializable

Serialized Fields

negatedEvent

EventConstraint negatedEvent
The EventConstraints to negate.

Class org.datamanager.constraint.OrEntityConstraint implements Serializable

Serialized Fields

pEntityConstraint

EntityConstraint pEntityConstraint
The EntityConstraints to use in the Or.


qEntityConstraint

EntityConstraint qEntityConstraint
The EntityConstraints to use in the Or.

Class org.datamanager.constraint.OrEventConstraint implements Serializable

Serialized Fields

pEvent

EventConstraint pEvent
The EventConstraints to use in the Or.


qEvent

EventConstraint qEvent
The EventConstraints to use in the Or.

Class org.datamanager.constraint.RecursiveOrEntityConstraint implements Serializable

Serialized Fields

constraint

EntityConstraint constraint
Represents the EntityConstraint to be applied to an Entity and all of its attributes.

Class org.datamanager.constraint.StringValueContainsConstraint implements Serializable

Serialized Fields

value

String value
The value to find.

Class org.datamanager.constraint.StringValueMatchesConstraint implements Serializable

Serialized Fields

pattern

Pattern pattern
The pattern to match.

Class org.datamanager.constraint.ValueClassIsConstraint implements Serializable

Serialized Fields

target

Class target
The class type to target.

Class org.datamanager.constraint.ValueEqualsConstraint implements Serializable

Serialized Fields

value

PassiveEntityValue value

Class org.datamanager.constraint.ValueInRangeConstraint implements Serializable

Serialized Fields

low

double low
The lower bounds.


high

double high
The upper bounds.


Package org.datamanager.event

Class org.datamanager.event.AddEntityPoolEvent implements Serializable

Serialized Fields

addedEntity

Entity addedEntity
The Entity that was added.

Class org.datamanager.event.AttachLinkEvent implements Serializable

Serialized Fields

attachedEntity

Entity attachedEntity
The Entity that was attached.

Class org.datamanager.event.DataManagerEventAdapter implements Serializable

Serialized Fields

time

long time

source

EventGenerator source

Class org.datamanager.event.DetachLinkEvent implements Serializable

Serialized Fields

detachedEntity

Entity detachedEntity
The Entity that was detached.

Class org.datamanager.event.DisposeGuiRequestEvent implements Serializable

Serialized Fields

componentToBeDisposed

Component componentToBeDisposed

Class org.datamanager.event.EmailConfigurationRequestEvent implements Serializable

Class org.datamanager.event.EmailDisplayRequestEvent implements Serializable

Serialized Fields

message

Entity message

Class org.datamanager.event.EmailMetadataSearchEvent implements Serializable

Serialized Fields

queryString

String queryString
The string associated with the query.


fieldName

String fieldName
The name of the field to query.

Class org.datamanager.event.EmailParametersEnteredCollectorEvent implements Serializable

Serialized Fields

emailParametersEntity

Entity emailParametersEntity

Class org.datamanager.event.EmailParametersRequestEvent implements Serializable

Class org.datamanager.event.EmailReplyRequestEvent implements Serializable

Serialized Fields

messageEntity

Entity messageEntity
The Entity which needs replying.

Class org.datamanager.event.EntityDisplayRequestEvent implements Serializable

Serialized Fields

entity

Entity entity

Class org.datamanager.event.ExportGuiRequestEvent implements Serializable

Serialized Fields

info

GuiSimpletonInfo info

Class org.datamanager.event.GetValueEvent implements Serializable

Class org.datamanager.event.KernelShutdownRequestEvent implements Serializable

Class org.datamanager.event.LaunchBrowserWithURLEvent implements Serializable

Serialized Fields

url

URL url
The URL we are asked to launch.


source

EventGenerator source

Class org.datamanager.event.NewsGroupDownloadRequestEvent implements Serializable

Serialized Fields

group

String group

server

String server

Class org.datamanager.event.SearchPoolEvent implements Serializable

Serialized Fields

constraint

EntityConstraint constraint
The EntityConstraint that was used in the search.

Class org.datamanager.event.SearchRequestEvent implements Serializable

Serialized Fields

constraint

EntityConstraint constraint

query

String query

Class org.datamanager.event.SearchResultsFoundEvent implements Serializable

Serialized Fields

searchResultsEntity

Entity searchResultsEntity

Class org.datamanager.event.SetValueEvent implements Serializable

Serialized Fields

oldValue

EntityValue oldValue
The old value of the Entity.


newValue

EntityValue newValue
The new value of the Entity.

Class org.datamanager.event.SMTPSendRequestEvent implements Serializable

Serialized Fields

message

Entity message

Class org.datamanager.event.StartedRetrievingEmailEvent implements Serializable

Serialized Fields

description

String description
Desrciption of the mailbox we're currently retrieving from.

Class org.datamanager.event.StoppedRetrievingEmailEvent implements Serializable

Serialized Fields

description

String description
Desrciption of the mailbox we're currently retrieving from.

Class org.datamanager.event.SubscribeEventGeneratorEvent implements Serializable

Serialized Fields

constraint

EventConstraint constraint
The EventConstraint that was subscribed.


handler

EventHandler handler
The EventHandler that was subscribed.

Class org.datamanager.event.UnsubscribeEventGeneratorEvent implements Serializable

Serialized Fields

constraint

EventConstraint constraint
The EventConstraint that was unsubscribed.


handler

EventHandler handler
The EventHandler that was unsubscribed.

Class org.datamanager.event.WebSearchRequestEvent implements Serializable

Serialized Fields

engine

String engine

keywords

String keywords


Package org.datamanager.exception

Class org.datamanager.exception.DataManagerException implements Serializable

Class org.datamanager.exception.NoSuchEntityException implements Serializable

Class org.datamanager.exception.NoSuchIdentifierException implements Serializable


Package org.datamanager.kernel

Class org.datamanager.kernel.AbstractEntityConstraint implements Serializable

Class org.datamanager.kernel.AbstractEventConstraint implements Serializable

Class org.datamanager.kernel.CachingProxyEntity implements Serializable

Serialized Fields

proxiedEntity

Entity proxiedEntity

nameIsCached

boolean nameIsCached

name

String name

valueIsDirty

boolean valueIsDirty

valueIsCached

boolean valueIsCached

value

EntityValue value

attributesAreDirty

boolean attributesAreDirty

attributesAreCached

boolean attributesAreCached

attributes

List attributes

basesAreDirty

boolean basesAreDirty

basesAreCached

boolean basesAreCached

bases

List bases

Class org.datamanager.kernel.ComparableIdentifier implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.datamanager.kernel.DBRecord implements Serializable

Serialized Fields

entity

Entity entity

identifier

Identifier identifier

Class org.datamanager.kernel.Entity implements Serializable

Class org.datamanager.kernel.JispIdentifier implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.datamanager.kernel.Pool implements Serializable

Serialized Fields

pool

Set pool
The collection of Entities itself. This is currently a Set (no dupes) of Identifiers that can be used by whatever EntityManager is in place to retrieve the appropriate EntityProxy.

Class org.datamanager.kernel.Simpleton.Information implements Serializable

Serialized Fields

className

String className
The class name of this component.


name

String name
The name of this component.


shortDescription

String shortDescription
A short description of this component.


longDescription

String longDescription
A long description of this component.


version

String version
The version of this component.


authors

String[] authors
The authors of this component.


isUserInterface

boolean isUserInterface
Determine if the Simpleton is a User Interface.


runOnStartup

boolean runOnStartup
Determine if the Simpleton should be run on startup.


classLocation

String classLocation
The location at which the Simpleton's class can be found.

Class org.datamanager.kernel.StringKey80 implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
StringKey32 implements the readExternal method to restore its contents.


writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
StringKey32 implements the writeExternal method to save its contents.

Class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel implements Serializable

Serialized Fields

NUMBER_OF_COLUMNS

int NUMBER_OF_COLUMNS
The number of columns our table has.

See Also:
Constant Field Values

COLUMN_NAMES

String[] COLUMN_NAMES
The names of the columns.


TYPE_COLUMN

int TYPE_COLUMN
See Also:
Constant Field Values

GROUP_NAME_COLUMN

int GROUP_NAME_COLUMN
See Also:
Constant Field Values

NAME_COLUMN

int NAME_COLUMN
See Also:
Constant Field Values

PRIORITY_COLUMN

int PRIORITY_COLUMN
See Also:
Constant Field Values

DAEMON_COLUMN

int DAEMON_COLUMN
See Also:
Constant Field Values

ALIVE_COLUMN

int ALIVE_COLUMN
See Also:
Constant Field Values

EVENT_COLUMN

int EVENT_COLUMN
See Also:
Constant Field Values

KILL_COLUMN

int KILL_COLUMN
See Also:
Constant Field Values

threadList

List threadList
The list of all threads we know about.


Package org.datamanager.passiveentityvalue

Class org.datamanager.passiveentityvalue.BooleanEntityValue implements Serializable

Serialized Fields

bool

Boolean bool

Class org.datamanager.passiveentityvalue.ByteArrayEntityValue implements Serializable

Serialized Fields

bytes

byte[] bytes

Class org.datamanager.passiveentityvalue.DateEntityValue implements Serializable

Serialized Fields

date

Date date

Class org.datamanager.passiveentityvalue.DoubleEntityValue implements Serializable

Serialized Fields

value

double value

Class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue implements Serializable

Serialized Fields

messageHasBeenAnswered

boolean messageHasBeenAnswered

messageHasBeenDeleted

boolean messageHasBeenDeleted

messageIsADraft

boolean messageIsADraft

messageIsNewAndUnread

boolean messageIsNewAndUnread

messageIsRead

boolean messageIsRead

hashCode

int hashCode

Class org.datamanager.passiveentityvalue.EmailParametersEntityValue implements Serializable

Serialized Fields

username

String username

passwordEntityValue

PasswordEntityValue passwordEntityValue

hostMachineName

String hostMachineName

accessProtocolName

String accessProtocolName

mailboxName

String mailboxName

fromAddress

String fromAddress

SMTPHost

String SMTPHost

Class org.datamanager.passiveentityvalue.GuiLayoutEntityValue implements Serializable

Serialized Fields

bound

Rectangle bound

name

String name

Class org.datamanager.passiveentityvalue.IntegerEntityValue implements Serializable

Serialized Fields

value

int value

Class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue implements Serializable

Serialized Fields

information

Simpleton.Information information

Class org.datamanager.passiveentityvalue.NullEntityValue implements Serializable

Class org.datamanager.passiveentityvalue.NumberEntityValue implements Serializable

Class org.datamanager.passiveentityvalue.ObjectEntityValue implements Serializable

Serialized Fields

object

Object object

Class org.datamanager.passiveentityvalue.PasswordEntityValue implements Serializable

Serialized Fields

password

String password

Class org.datamanager.passiveentityvalue.StringEntityValue implements Serializable

Serialized Fields

value

String value

Class org.datamanager.passiveentityvalue.VectorEntityValue implements Serializable

Serialized Fields

vector

Vector vector

Class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue implements Serializable

Serialized Fields

totalNumberOfWords

int totalNumberOfWords

wordFrequencyMap

Map wordFrequencyMap

corpus

String corpus


Package org.datamanager.simpleton

Class org.datamanager.simpleton.EntityNavigateUI implements Serializable

Class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel implements Serializable

Serialized Fields

COLUMN_NAMES

String[] COLUMN_NAMES
String names for the column fields of this table model.


NUMBER_OF_COLUMNS

int NUMBER_OF_COLUMNS
Number of columns in this data model.


FROM_COLUMN

int FROM_COLUMN
See Also:
Constant Field Values

SUBJECT_COLUMN

int SUBJECT_COLUMN
See Also:
Constant Field Values

DATE_COLUMN

int DATE_COLUMN
See Also:
Constant Field Values

currentSortColumn

int currentSortColumn

isSortedAscending

boolean isSortedAscending

emailList

List emailList
The list of all emails we know about.

Class org.datamanager.simpleton.TouchgraphEntityDisplayPanel implements Serializable

Serialized Fields

zoomLabel

String zoomLabel

rotateLabel

String rotateLabel

localityLabel

String localityLabel

tgPanel

TGPanel tgPanel

tgLensSet

TGLensSet tgLensSet

tgUIManager

TGUIManager tgUIManager

hvScroll

HVScroll hvScroll

zoomScroll

ZoomScroll zoomScroll

localityScroll

LocalityScroll localityScroll

rotateScroll

RotateScroll rotateScroll

scrollBarHash

Hashtable scrollBarHash

panelPopup

JPopupMenu panelPopup

defaultColor

Color defaultColor

clusteringStrategy

ClusteringStrategy clusteringStrategy

updateButton

JButton updateButton

Class org.datamanager.simpleton.TouchgraphEntityEdge implements Serializable

Class org.datamanager.simpleton.TouchgraphEntityNode implements Serializable


Package org.datamanager.tools

Class org.datamanager.tools.ViewPool implements Serializable

Serialized Fields

printEntities

JButton printEntities

clearTextArea

JButton clearTextArea

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane



See the Helium Website