All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

C

compareTo(Object). Method in class tlk.service.Service
Not implemented yet.
compareTo(Object). Method in class tlk.lang.StupidLanguagePhrase
Not implemented yet.
compareTo(Object). Method in class tlk.lang.Token
Not implemented yet.

D

DAID. Static variable in class tlk.VirtualResourceID
This particular value is used when referencing a DataAccess object.
DataAccessID. Variable in class tlk.VirtualResourceID
The virtual id of the expected data type (DataAccess) of the resource.
downMessageHandler(). Method in class tlk.service.JVMServiceActivator
Does nothing.

E

elements(). Method in class tlk.lang.StupidDictionary
equals(Object). Method in class tlk.lang.Token
equals(Object). Method in class tlk.VirtualResourceID
Not implemented properly yet.

F

finalize(). Method in class tlk.service.JVMServiceActivator
fromString(String). Static method in class tlk.VirtualResourceID
Generates a VirtualResourceID object from a string provided in a form similar to the output of .toString().

G

get(Object). Method in class tlk.lang.StupidDictionary
getClient(). Method in class tlk.service.JVMServiceActivator
getData(). Method in interface tlk.data.DataFieldValue
This returns the actual data contained inside this object.
getDataAccessVRID(). Method in interface tlk.data.DataFieldValue
If this method returns a non null result, it means that the data contained inside (available via getData()) is a complex data type, accessible via a DataAccess interface.
getDataFieldNames(). Method in interface tlk.data.DataAccess
This method returns a vector of String Objects, containing the names of all the fields accessible in this data type.
getDataFieldValue(String). Method in interface tlk.data.DataAccess
Returns a value of a certain data field, identified by its name.
getInterestGroups(). Method in class tlk.service.NullServiceProvider
getInterestGroups(). Method in interface tlk.service.ServiceProvider
This returns a an array of GroupID objects defining communication groups of interest to this service provider.
getResultData(). Method in interface tlk.service.ServiceResult
This returns the actual data result.
getService(). Method in interface tlk.service.ServiceResult
Returns the service that was executed to create this service result
getServiceProvider(). Method in interface tlk.service.ServiceResult
Returns the service provider that created this service result
getServices(). Method in class tlk.service.NullServiceProvider
getServices(). Method in interface tlk.service.ServiceProvider
This determines which services this provider is able to provide.
getVersion(). Method in interface tlk.data.DataAccess
Returns a certain version string of this data access object.

H

hashCode(). Method in class tlk.VirtualResourceID
We're implementing this in order to use properly hash facilities.
Host. Variable in class tlk.VirtualResourceID
The host on which the resource is to be found.

I

isEmpty(). Method in class tlk.lang.StupidDictionary

J

JVMServiceActivator(). Constructor for class tlk.service.JVMServiceActivator

K

keys(). Method in class tlk.lang.StupidDictionary

N

Name. Variable in class tlk.VirtualResourceID
The resource name.
newmsg(EntityID, Message). Method in class tlk.service.JVMServiceActivator
NullServiceProvider(). Constructor for class tlk.service.NullServiceProvider

P

performService(Service). Method in class tlk.service.NullServiceProvider
performService(Service). Method in interface tlk.service.ServiceProvider
This executes a service and returns a result.
Port. Variable in class tlk.VirtualResourceID
The port on which the resource is accessible.
Protocol. Variable in class tlk.VirtualResourceID
The protocol by which this resource is accessible.
providesService(Service). Method in class tlk.service.NullServiceProvider
providesService(Service). Method in interface tlk.service.ServiceProvider
This, in conjunction with the comparable methods determines if this provider is able to provide a certain service.
put(Object, Object). Method in class tlk.lang.StupidDictionary

R

registerServiceProvider(ServiceProvider). Method in class tlk.service.JVMServiceActivator
registerServiceProvider(ServiceProvider). Method in interface tlk.service.ServiceActivator
This adds another service provider to this activator's pool of providers.
remove(Object). Method in class tlk.lang.StupidDictionary
removeServiceProvider(ServiceProvider). Method in class tlk.service.JVMServiceActivator
removeServiceProvider(ServiceProvider). Method in interface tlk.service.ServiceActivator
This removes a registered service provider from the activator's pool of providers.
run(). Method in class tlk.service.JVMServiceActivator
This basically maintains the connection and ...

S

Service(). Constructor for class tlk.service.Service
serviceDescription. Variable in class tlk.service.Service
This contains the description of this service.
setConnectionParams(ServerID, String, String). Method in class tlk.service.JVMServiceActivator
This is a specific method designed to set the internally used variables, before a call to startServiceActivator.
setData(Object). Method in interface tlk.data.DataAccess
When this data access object is used to access external data, this method should be used to set a reference to that external data.
setDataField(String, DataFieldValue). Method in interface tlk.data.DataAccess
Sets a certain data field, creating a new one if necessary.
setResultData(Object). Method in interface tlk.service.ServiceResult
This sets the actual data result.
size(). Method in class tlk.lang.StupidDictionary
startServiceActivator(Object). Method in class tlk.service.JVMServiceActivator
In this case the parameter is ignored.
startServiceActivator(Object). Method in interface tlk.service.ServiceActivator
This method actually fires up the activator.
stopServiceActivator(). Method in class tlk.service.JVMServiceActivator
stopServiceActivator(). Method in interface tlk.service.ServiceActivator
This method should reverse the effect of startServiceActivator, but gracefully.
StupidDictionary(). Constructor for class tlk.lang.StupidDictionary
Constructs a new StupidDictionary.
StupidLanguagePhrase(). Constructor for class tlk.lang.StupidLanguagePhrase
Constructs a new StupidLanguagePhrase.

T

Token(String, long). Constructor for class tlk.lang.Token
Constructs a new Token.
Tokens. Variable in class tlk.lang.StupidLanguagePhrase
Contains all the Token objects in this descriptive phrase.
tokenText. Variable in class tlk.lang.Token
Contains the text/string of this token.
tokenWeight. Variable in class tlk.lang.Token
Defines weight of this token inside a given context (a certain StupidLanguage description composed of several tokens for example)
toString(). Method in class tlk.lang.StupidDictionary
Other methods *
toString(). Method in class tlk.lang.StupidLanguagePhrase
toString(). Method in class tlk.lang.Token
toString(). Method in class tlk.VirtualResourceID
Returns the string representation of this object.

U

upMessageHandler(). Method in class tlk.service.JVMServiceActivator
Does nothing.

V

VirtualResourceID(). Constructor for class tlk.VirtualResourceID
Fake constructor.
VirtualResourceID(EntityID). Constructor for class tlk.VirtualResourceID
Constructor.
VirtualResourceID(ServerID, String). Constructor for class tlk.VirtualResourceID
Constructor.
VirtualResourceID(String, long, String, String, VirtualResourceID). Constructor for class tlk.VirtualResourceID
Base Constructor.