|
|||||||||
Home >> All >> gnu >> classpath >> tools >> [ rmi overview ] | PREV NEXT |
A
- ACTIVATION_REGISTRY_PORT - Static variable in class gnu.classpath.tools.rmi.RMID
- The activation registry port.
- ACTIVATION_REGISTY_SOCKET_FACTORY - Static variable in class gnu.classpath.tools.rmi.RMID
- The RMI server socket factory.
- ACTIVATION_SYSTEM_NAME - Static variable in class gnu.classpath.tools.rmi.RMID
- The activation system name.
- ALWAYS_UPDATE - Static variable in interface gnu.classpath.tools.rmi.Persistent
- States how long the database may stay not updated during the intensive operations, in ms.
C
- createInstance(File, boolean) - Static method in class gnu.classpath.tools.rmi.PersistentHashTable
- Create a new persistent table that stores its information into the given file.
D
- database - Variable in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- The database file.
- database - Variable in class gnu.classpath.tools.rmi.PersistentHashTable
- The database file.
G
- gnu.classpath.tools.rmi - package gnu.classpath.tools.rmi
I
- init(File, boolean) - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Create a new persistent table that stores its information into the given file.
L
- lastUpdated - Variable in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- The time, when the disk database was last updated.
- lastUpdated - Variable in class gnu.classpath.tools.rmi.PersistentHashTable
- The time, when the disk database was last updated.
M
- main(String[]) - Static method in class gnu.classpath.tools.rmi.REGISTRY
- The RMI registry implementation entry point.
- main(String[]) - Static method in class gnu.classpath.tools.rmi.RMIC
- The GRMIC compiler methods
- main(String[]) - Static method in class gnu.classpath.tools.rmi.RMID
- The RMI activation daemon entry point.
- markDirty() - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Mark the modified database as modified.
- markDirty() - Method in class gnu.classpath.tools.rmi.PersistentHashTable
- Mark the modified database as modified.
P
- Persistent - interface gnu.classpath.tools.rmi.Persistent.
- The static fields, shared by the multiple classes, implementing the persistent work.
- Persistent.ExitTask - class gnu.classpath.tools.rmi.Persistent.ExitTask.
- Sheduled termination task.
- Persistent.ExitTask() - Constructor for class gnu.classpath.tools.rmi.Persistent.ExitTask
- PersistentBidiHashTable - class gnu.classpath.tools.rmi.PersistentBidiHashTable.
- The persistent bidirectional hash table, maps both a to b and b to a.
- PersistentBidiHashTable() - Constructor for class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Create the unitialised instance that must be initalised when ActivationSystemImpl.singleton2 is assigned.
- PersistentBidiHashTable.AdaptedReader - class gnu.classpath.tools.rmi.PersistentBidiHashTable.AdaptedReader.
- Replaces instances of ActivationSystemImpl into the currently active instance of the ActivationSystemImpl
- PersistentBidiHashTable.AdaptedReader(InputStream) - Constructor for class gnu.classpath.tools.rmi.PersistentBidiHashTable.AdaptedReader
- PersistentBidiHashTable.WriteToDiskTask - class gnu.classpath.tools.rmi.PersistentBidiHashTable.WriteToDiskTask.
- PersistentBidiHashTable.WriteToDiskTask() - Constructor for class gnu.classpath.tools.rmi.PersistentBidiHashTable.WriteToDiskTask
- PersistentHashTable - class gnu.classpath.tools.rmi.PersistentHashTable.
- The persistent hash table.
- PersistentHashTable(File) - Constructor for class gnu.classpath.tools.rmi.PersistentHashTable
- Use static method to obtain the instance.
- PersistentHashTable.WriteToDiskTask - class gnu.classpath.tools.rmi.PersistentHashTable.WriteToDiskTask.
- PersistentHashTable.WriteToDiskTask() - Constructor for class gnu.classpath.tools.rmi.PersistentHashTable.WriteToDiskTask
- printVersion() - Static method in class gnu.classpath.tools.rmi.RMIC
- Print the version information.
- put(Object, Object) - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Update the memory maps and mark as should be written to the disk.
- put(Object, Object) - Method in class gnu.classpath.tools.rmi.PersistentHashTable
- Update the memory maps and mark as should be written to the disk.
R
- REGISTRY - class gnu.classpath.tools.rmi.REGISTRY.
- The optionally persistent RMI registry implementation.
- REGISTRY() - Constructor for class gnu.classpath.tools.rmi.REGISTRY
- RMIC - class gnu.classpath.tools.rmi.RMIC.
- Generates the ordinary stubs (not GIOP based) for java.rmi.* package.
- RMIC() - Constructor for class gnu.classpath.tools.rmi.RMIC
- RMID - class gnu.classpath.tools.rmi.RMID.
- The persistent RMI activation daemon.
- RMID() - Constructor for class gnu.classpath.tools.rmi.RMID
- ready - Variable in class gnu.classpath.tools.rmi.PersistentHashTable
- Setting to false prevents the automated disk update.
- remove(Object) - Method in class gnu.classpath.tools.rmi.PersistentHashTable
- Update the memory maps and mark as should be written to the disk.
- removeKey(Object) - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Update the memory maps and mark as should be written to the disk.
- resolveObject(Object) - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable.AdaptedReader
- run() - Method in class gnu.classpath.tools.rmi.Persistent.ExitTask
- run() - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable.WriteToDiskTask
- Save the database.
- run() - Method in class gnu.classpath.tools.rmi.PersistentHashTable.WriteToDiskTask
- Save the database.
S
- SAVE_AT_MOST_AFTER - Static variable in interface gnu.classpath.tools.rmi.Persistent
- The longest time, in ms, after that the database content on the disk must be updated.
- STOP - Static variable in class gnu.classpath.tools.rmi.REGISTRY
- The stop command.
- serialVersionUID - Static variable in class gnu.classpath.tools.rmi.PersistentHashTable
- Use serialVersionUID for interoperability
- sheduled - Variable in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- The currently sheduled write to disk task, null if none.
- sheduled - Variable in class gnu.classpath.tools.rmi.PersistentHashTable
- The currently sheduled write to disk task, null if none.
- shutdown() - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Save the current database state to the disk before exit.
- shutdown() - Method in class gnu.classpath.tools.rmi.PersistentHashTable
- Save the current database state to the disk before exit.
T
- timer - Static variable in interface gnu.classpath.tools.rmi.Persistent
- The timer, sheduling all disk database update events, shared by all instances.
V
- VERSION - Static variable in class gnu.classpath.tools.rmi.RMIC
- The version of the compiler.
- verbose - Static variable in class gnu.classpath.tools.rmi.REGISTRY
- If true, the registry prints registration events to console.
W
- writeContent() - Method in interface gnu.classpath.tools.rmi.Persistent
- Write the database content to the disk.
- writeContent() - Method in class gnu.classpath.tools.rmi.PersistentBidiHashTable
- Write the database content to the disk.
- writeContent() - Method in class gnu.classpath.tools.rmi.PersistentHashTable
- Write the database content to the disk.
A C D G I L M P R S T V W
|
|||||||||
Home >> All >> gnu >> classpath >> tools >> [ rmi overview ] | PREV NEXT |