A B C D E F G H I L M N P R S T U W

A

ACC_ILLEGAL - Static variable in interface twcsckernel.projectbase.io.FileSecurityManager
 
ACC_NOT_FOUND - Static variable in interface twcsckernel.projectbase.io.FileSecurityManager
 
ACC_OK - Static variable in interface twcsckernel.projectbase.io.FileSecurityManager
 
addFile(String) - Static method in class twcsckernel.projectbase.utils.ClassPathLoader
Dodanie pliku JAR/katalogu do sciezki classpath.
addFile(File) - Static method in class twcsckernel.projectbase.utils.ClassPathLoader
Dodanie pliku JAR/katalogu do sciezki classpath.
addFilesystemChangeListener(LocalFsChangeListener) - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
addRequestSocket(byte[], Socket) - Method in class twcsckernel.projectbase.rmi.socketfactory.ServerTwoWaySocketFactory
Add a request socket to the factory.
addSocket(Socket) - Method in class twcsckernel.projectbase.rmi.socketfactory.SocketPool
 
addURL(URL) - Static method in class twcsckernel.projectbase.utils.ClassPathLoader
Dodanie pliku JAR/katalogu do sciezki classpath.
author - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
available(int) - Method in interface twcsckernel.projectbase.common.ReaderFactory
 
available(int) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
available() - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 

B

buffer - Variable in class twcsckernel.projectbase.io.ReadResult
Tablica bajtów buffer, do której metoda int read(byte[] buffer) odczytuje bajty ze strumienia.

C

canRead(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
canRead(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
canRead() - Method in class twcsckernel.projectbase.io.RemoteFile
 
canWrite(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
canWrite(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
canWrite() - Method in class twcsckernel.projectbase.io.RemoteFile
 
checkReadAccess(File) - Method in interface twcsckernel.projectbase.io.FileSecurityManager
Sprawdza, czy użytkownik ma prawa do podanej ścieżki (kanoniczna ścieżka root path użytkownika zawiera się w kanonicznej ścieżce obiektu file) oraz jeśli prawa są sprawdza czy podany plik istnieje.
checkRootPath(File) - Method in interface twcsckernel.projectbase.io.FileSecurityManager
Sprawdza, czy użytkownik ma prawa do ścieżki podanego pliku (kanoniczna ścieżka root path użytkownika zawiera się w kanonicznej ścieżce obiektu file) - używana przez checkReadAccess oraz checkWriteAccess.
checkWriteAccess(File) - Method in interface twcsckernel.projectbase.io.FileSecurityManager
Sprawdza, czy użytkownik ma prawa do pliku o podanej ścieżce (kanoniczna ścieżka root path użytkownika zawiera się w kanonicznej ścieżce obiektu file) oraz jeśli prawa są sprawdza czy podany plik jest plikiem poprawnym systemu plików.
ClassPathLoader - Class in twcsckernel.projectbase.utils
Klasa służy do dynamicznego rozszerzania ścieżki classpath (ładowania klas do systemowego classloadera).
ClassPathLoader() - Constructor for class twcsckernel.projectbase.utils.ClassPathLoader
 
clientPackagePath - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
ClientTwoWaySocketFactory - Class in twcsckernel.projectbase.rmi.socketfactory
Socket factory for clients who want servers to be able to call them back even if the client's address/port are not reachable from the server.
ClientTwoWaySocketFactory() - Constructor for class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
 
close(int) - Method in interface twcsckernel.projectbase.common.ReaderFactory
 
close(int) - Method in interface twcsckernel.projectbase.common.WriterFactory
 
close(int) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
close() - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 
close() - Method in class twcsckernel.projectbase.io.RemoteFileOutputStream
 
close(int) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
close() - Method in class twcsckernel.projectbase.rmi.socketfactory.SocketAdapter
 
createNewFile(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
createNewFile(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
createNewFile() - Method in class twcsckernel.projectbase.io.RemoteFile
 
createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class twcsckernel.projectbase.rmi.registry.LocateRegistry
 
createRegistry(int) - Static method in class twcsckernel.projectbase.rmi.registry.LocateRegistry
 
createServerSocket(int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
 
createServerSocket(int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ServerTwoWaySocketFactory
Returns a server socket for handling the two-way protocol.
createSocket(String, int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
Creates a socket to the specified host and port.
createSocket(String, int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ServerTwoWaySocketFactory
Create a socket connectoin to the host of the given address and port.

D

defaultSecurityManager - Variable in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
delete(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
delete(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
delete() - Method in class twcsckernel.projectbase.io.RemoteFile
 
description - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
dispose() - Method in interface twcsckernel.projectbase.common.RemoteAgent
 
disposeFileHandle(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
disposeFileHandle(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
disposeFileHandle() - Method in class twcsckernel.projectbase.io.RemoteFile
 
downloadClientPlugin(String) - Method in interface twcsckernel.projectbase.common.User
Download klienckiego JARa plugina podanej nazwie pakietowej.

E

EndpointInfo - Class in twcsckernel.projectbase.rmi.socketfactory
Stores information about socket endpoint (address/port pair).
EndpointInfo(String, int) - Constructor for class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
Constructor.
equals(Object) - Method in class twcsckernel.projectbase.plugins.PluginDescriptor
 
establishSignallingChannel(String, int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
Establish a two-way protocol signalling channel to the server at
exists(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
exists(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
exists() - Method in class twcsckernel.projectbase.io.RemoteFile
 

F

FILE_COPY - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o skopiowaniu pliku/katalogu wskazanego w source do target.
FILE_CREATE - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o utworzeniu pliku opisanego w changeInfo.
FILE_DELETE - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o usunięciu pliku/katalogu wskazanego przez source.
FILE_MKDIRS - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o utworzeniu poddrzewa katalogów wskanego w sciezce changeInfo danymi zawartymi również w changeInfo (najgłębszego poziomu).
FILE_MOVE - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o przeniesieniu pliku/katalogu wskazanego w source do target.
FILE_REFRESH - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o potrzebie odswiezenia danych o pliku wskanego w sciezce changeInfo danymi zawartymi również w changeInfo.
FILE_RENAME - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o zmianie nazwy pliku/katalogu wskazanego przez ścieżkę source na nazwę wskazaną przez target.
FileDescriptor - Class in twcsckernel.projectbase.io
Dekryptor istniejącego pliku zawierający nazwę, ścieżkę, rozmiar, datę modyfikacji, atrybut hidden i informację czy jest to plik czy katalog.
FileDescriptor(String, String, long, boolean, boolean, long) - Constructor for class twcsckernel.projectbase.io.FileDescriptor
 
FileDescriptor() - Constructor for class twcsckernel.projectbase.io.FileDescriptor
 
FileFactory - Interface in twcsckernel.projectbase.common
Interfejs zdalny zawierający metody analogiczne do metod klasy java.io.File.
fileFactory - Variable in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
FileFactoryImpl - Class in twcsckernel.projectbase.io
 
FileFactoryImpl(FileSecurityManager, Collection<LocalFsChangeListener>) - Constructor for class twcsckernel.projectbase.io.FileFactoryImpl
 
FileSecurityManager - Interface in twcsckernel.projectbase.io
Interfejs mededżera bezpieczeństwa plików, który sprawdza czy podana zdalnie ścieżka jest poprawna i czy użytkownik ma do niej prawa.
flush(int) - Method in interface twcsckernel.projectbase.common.WriterFactory
 
flush() - Method in class twcsckernel.projectbase.io.RemoteFileOutputStream
 
flush(int) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
FsChangeDescriptor - Class in twcsckernel.projectbase.io
Deskryptor zmian w systemie plików.
FsChangeDescriptor(int) - Constructor for class twcsckernel.projectbase.io.FsChangeDescriptor
 
FsChangeListener - Interface in twcsckernel.projectbase.common
Interfejs zdalny służący do monitorowania zmian w systemie plików.
fsChangeNotify(FsChangeDescriptor) - Method in interface twcsckernel.projectbase.common.FsChangeListener
Metoda służąca do informowania o zmianach w systemie plików.
fsChangeNotify(FsChangeDescriptor) - Method in interface twcsckernel.projectbase.io.LocalFsChangeListener
 

G

getActivityTimeout() - Method in interface twcsckernel.projectbase.common.User
Metoda zwraca maksymalny czas przez jaki użytkownik może nie wykonywać żadnej metody na obiekcie User.
getAddressString(byte[]) - Static method in class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
Utility method to convert an IP address to a string.
getAddressString(byte[]) - Static method in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Utility method to convert an IP address to a string.
getChangeInfo() - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
getChangeType() - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
getDescriptor(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
getDescriptor(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getDescriptor() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getDestinationAddress() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
getDestinationPort() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
getDirectAddress() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
getDirectEndpoint(String, int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
Returns the endpoint associated with the host and port.
getDirectPort() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
getEndpointString(String, int) - Static method in class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
Utility method for creating an endpoint string of the form address:port.
getEndpointString(byte[], int) - Static method in class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
Utility method for creating an endpoint string of the form address:port.
getFile(String) - Method in class twcsckernel.projectbase.io.UserRootPathManager
Metoda tworzy obiekt pliku mając do dyspozycji bezwzględną ścieżkę użytkownika.
getFileDescriptor(File) - Static method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getGlobalAbsolutePath(String) - Method in class twcsckernel.projectbase.io.UserRootPathManager
Metoda konwertuje ścieżkę bezwzględną użytkownika na ścieżkę bezwzględną systemu plików.
getHost() - Method in class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
 
getID() - Static method in class twcsckernel.projectbase.rmi.registry.RegistryImpl
 
getLastModified() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
getLength() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
getName(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
getName() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
getName(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getName() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getOpcodeName(int) - Static method in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
 
getOutputStream() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
getParent(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
getParent(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getParent() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getPath(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
getPath() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
getPath(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getPath() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getPathSeparator() - Method in interface twcsckernel.projectbase.common.FileFactory
 
getPathSeparator() - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getPathSeparator() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getPathSeparatorChar() - Method in interface twcsckernel.projectbase.common.FileFactory
 
getPathSeparatorChar() - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getPathSeparatorChar() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getPort() - Method in class twcsckernel.projectbase.rmi.socketfactory.EndpointInfo
 
getRegistry(String, int, RMIClientSocketFactory) - Static method in class twcsckernel.projectbase.rmi.registry.LocateRegistry
 
getRemotePluginAgent(String, RemoteAgent) - Method in interface twcsckernel.projectbase.common.User
Pobranie agenta sieciowego zdalnej części plugina o podanej klienckiej ścieżce pakietowej.
getRemoteServer() - Method in interface twcsckernel.projectbase.rmi.registry.Registry
 
getRemoteServer() - Method in class twcsckernel.projectbase.rmi.registry.RegistryImpl
 
getRootPath() - Method in class twcsckernel.projectbase.io.UserRootPathManager
 
getSeparator() - Method in interface twcsckernel.projectbase.common.FileFactory
 
getSeparator() - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getSeparator() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getSeparatorChar() - Method in interface twcsckernel.projectbase.common.FileFactory
 
getSeparatorChar() - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
getSeparatorChar() - Method in class twcsckernel.projectbase.io.RemoteFile
 
getSocket() - Method in class twcsckernel.projectbase.rmi.socketfactory.SocketPool
 
getSource() - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
getTarget() - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
getUserAbsolutePath(String) - Method in class twcsckernel.projectbase.io.UserRootPathManager
Metoda konwertuje ścieżkę bezwzględną systemu plików na ścieżkę bezwzględną użytkownika.
getUserAbsolutePath(File) - Method in class twcsckernel.projectbase.io.UserRootPathManager
Metoda konwertuje ścieżkę bezwzględną systemu plików na ścieżkę bezwzględną użytkownika.
getUserFileSystem() - Method in interface twcsckernel.projectbase.common.User
Pobiera fabrykę plików danego użytkownika.
getUserRootPathManager() - Method in interface twcsckernel.projectbase.io.FileSecurityManager
 

H

hashCode() - Method in class twcsckernel.projectbase.plugins.PluginDescriptor
 

I

isDirectory(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
isDirectory(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
isDirectory() - Method in class twcsckernel.projectbase.io.RemoteFile
 
isFile(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
isFile() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
isFile(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
isFile() - Method in class twcsckernel.projectbase.io.RemoteFile
 
isHidden(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
isHidden() - Method in class twcsckernel.projectbase.io.FileDescriptor
 
isHidden(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
isHidden() - Method in class twcsckernel.projectbase.io.RemoteFile
 
isRemote - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
ItemNotFoundException - Exception in twcsckernel.projectbase.io
 
ItemNotFoundException() - Constructor for exception twcsckernel.projectbase.io.ItemNotFoundException
 
ItemNotFoundException(String) - Constructor for exception twcsckernel.projectbase.io.ItemNotFoundException
 

L

lastModified(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
lastModified(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
lastModified() - Method in class twcsckernel.projectbase.io.RemoteFile
 
length(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
length(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
length() - Method in class twcsckernel.projectbase.io.RemoteFile
 
list(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
list(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
list() - Method in class twcsckernel.projectbase.io.RemoteFile
 
listClientPlugins() - Method in interface twcsckernel.projectbase.common.User
Listowanie dostępnych pluginów dla klienta
LocalFsChangeListener - Interface in twcsckernel.projectbase.io
 
LocateRegistry - Class in twcsckernel.projectbase.rmi.registry
 
login(String, String) - Method in interface twcsckernel.projectbase.common.RemoteServer
Metoda logowania do serwera.
logout() - Method in interface twcsckernel.projectbase.common.User
Wylogowanie użytkownika z serwera.

M

MAX_MESSAGE_LENGTH - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Maximum length of messages in the protocol.
mkdir(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
mkdir(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
mkdir() - Method in class twcsckernel.projectbase.io.RemoteFile
 
mkdirs(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
mkdirs(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
mkdirs() - Method in class twcsckernel.projectbase.io.RemoteFile
 

N

name - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
newFileInputStream(String) - Method in interface twcsckernel.projectbase.common.RemoteFileSystem
Metoda tworzy nowy zdalny strumień wejścia.
newFileInputStream(String) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
newFileInputStream(String, FileSecurityManager) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
newFileInputStream(String) - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
newFileOutputStream(String) - Method in interface twcsckernel.projectbase.common.RemoteFileSystem
Metoda tworzy nowy zdalny strumień wyjścia.
newFileOutputStream(String) - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
newFileOutputStream(String) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
newFileOutputStream(String, FileSecurityManager) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
newRemoteFile(String) - Method in interface twcsckernel.projectbase.common.RemoteFileSystem
Tworzy nowy obiekt pliku zdalnego na serwerze o podanej ścieżce.
newRemoteFile(String) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
newRemoteFile(String, FileSecurityManager) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
newRemoteFile(String) - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 

P

PATH_REFRESH - Static variable in class twcsckernel.projectbase.io.FsChangeDescriptor
Informuje o potrzebie ponownego wylistowania zawartości ścieżki wskazanej przez source
ping() - Method in interface twcsckernel.projectbase.common.User
Metoda służy do pingowania serwera w celu utrzymania aktywnego rejestracji użytkownika w serwerze RMI.
Plugin - Interface in twcsckernel.projectbase.plugins
Interfejs plugina.
PluginDescriptor - Class in twcsckernel.projectbase.plugins
 
PluginDescriptor(String, String, String, String, String, boolean, String) - Constructor for class twcsckernel.projectbase.plugins.PluginDescriptor
 
PROTOCOL_MAGIC - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Header for all messages in the protocol

R

read(int) - Method in interface twcsckernel.projectbase.common.ReaderFactory
 
read(int, int) - Method in interface twcsckernel.projectbase.common.ReaderFactory
 
read(int) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
read(int, int) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
read() - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 
read(byte[], int, int) - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 
read(byte[]) - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 
ReaderFactory - Interface in twcsckernel.projectbase.common
Fabryka zdalnych strumieni wejścia.
readerFactory - Variable in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
ReaderFactoryImpl - Class in twcsckernel.projectbase.io
 
ReaderFactoryImpl(FileSecurityManager) - Constructor for class twcsckernel.projectbase.io.ReaderFactoryImpl
 
ReadResult - Class in twcsckernel.projectbase.io
Klasa reprezentująca wynik odczytu ze strumienia.
ReadResult(int, byte[]) - Constructor for class twcsckernel.projectbase.io.ReadResult
Tworzy obiekt inicjalizując wymagane pola finalne.
readResult - Variable in class twcsckernel.projectbase.io.ReadResult
Wynik metody int read() lub int read(byte[] b) z klasy InputStream.
REGISTER_CALLBACK_SOCKET_SOURCE - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Sent by client to register the signalling channel socket with the server.
registerGateway(String, int, String, int) - Method in class twcsckernel.projectbase.rmi.socketfactory.ClientTwoWaySocketFactory
Register a gateway.
registerRemoteServer(Remote) - Method in class twcsckernel.projectbase.rmi.registry.RegistryImpl
 
Registry - Interface in twcsckernel.projectbase.rmi.registry
 
REGISTRY_PORT - Static variable in interface twcsckernel.projectbase.rmi.registry.Registry
 
RegistryImpl - Class in twcsckernel.projectbase.rmi.registry
 
RegistryImpl(int) - Constructor for class twcsckernel.projectbase.rmi.registry.RegistryImpl
 
RegistryImpl(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class twcsckernel.projectbase.rmi.registry.RegistryImpl
 
releaseAllResources() - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
releaseAllResources() - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
releaseAllResources() - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
releaseAllResources() - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
RemoteAgent - Interface in twcsckernel.projectbase.common
 
RemoteFile - Class in twcsckernel.projectbase.io
 
RemoteFileInputStream - Class in twcsckernel.projectbase.io
 
RemoteFileInputStream(int, ReaderFactory) - Constructor for class twcsckernel.projectbase.io.RemoteFileInputStream
 
RemoteFileOutputStream - Class in twcsckernel.projectbase.io
 
RemoteFileOutputStream(int, WriterFactory) - Constructor for class twcsckernel.projectbase.io.RemoteFileOutputStream
 
RemoteFileSystem - Interface in twcsckernel.projectbase.common
 
RemoteFileSystemImpl - Class in twcsckernel.projectbase.io
 
RemoteFileSystemImpl(FileSecurityManager) - Constructor for class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
RemoteServer - Interface in twcsckernel.projectbase.common
Interfejs serwera logowania zwracający obiekt zalogowanego użytkownika.
removeFilesystemChangeListener(LocalFsChangeListener) - Method in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
renameTo(int, String) - Method in interface twcsckernel.projectbase.common.FileFactory
 
renameTo(int, String) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
renameTo(String) - Method in class twcsckernel.projectbase.io.RemoteFile
 
REQUEST_CALLBACK_SOCKET - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Sent by the server to the client to request that the client make a callback socket for the server's use.
RETURN_CALLBACK_SOCKET - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Sent by the client to tell the server that the socket is a callback socket for the server's use in calling client callbacks.
RETURN_SERVER_ENDPOINT_INFO - Static variable in class twcsckernel.projectbase.rmi.socketfactory.TwoWay
Sent by the server to the client to inform the client of the server address.
run() - Method in class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 

S

serverBuilderPackagePath - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
serverPackagePath - Variable in class twcsckernel.projectbase.plugins.PluginDescriptor
 
ServerTwoWaySocketFactory - Class in twcsckernel.projectbase.rmi.socketfactory
Server side socket factory which allows the server to make callbacks to a client whose address is unreachable from the server (as long as the server is reachable from the client).
ServerTwoWaySocketFactory(int) - Constructor for class twcsckernel.projectbase.rmi.socketfactory.ServerTwoWaySocketFactory
Dla inicjacji połączenia do klienta będzie stosowany wskazany timeout.
setChangeInfo(FileDescriptor) - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
setChangeType(int) - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
setFsChangeListener(FsChangeListener) - Method in interface twcsckernel.projectbase.common.User
Ustawia na serwerze listener zmian w systemie plików.
setHidden(boolean) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setIsFile(boolean) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setLastModified(int, long) - Method in interface twcsckernel.projectbase.common.FileFactory
 
setLastModified(long) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setLastModified(int, long) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
setLastModified(long) - Method in class twcsckernel.projectbase.io.RemoteFile
 
setLength(long) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setName(String) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setPath(String) - Method in class twcsckernel.projectbase.io.FileDescriptor
 
setReadOnly(int) - Method in interface twcsckernel.projectbase.common.FileFactory
 
setReadOnly(int) - Method in class twcsckernel.projectbase.io.FileFactoryImpl
 
setReadOnly() - Method in class twcsckernel.projectbase.io.RemoteFile
 
setRootPath(String) - Method in interface twcsckernel.projectbase.io.FileSecurityManager
Ustawienie ścieżki root security managera
setSource(String) - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
setTarget(String) - Method in class twcsckernel.projectbase.io.FsChangeDescriptor
 
setUserRootPath(String) - Method in class twcsckernel.projectbase.io.UserRootPathManager
Konstruktor menedżera ścieżki root.
SignallingChannel - Class in twcsckernel.projectbase.rmi.socketfactory
Provides a signalling channel used to set up callback sockets between the client and server.
SignallingChannel(String, int) - Constructor for class twcsckernel.projectbase.rmi.socketfactory.SignallingChannel
 
skip(int, long) - Method in interface twcsckernel.projectbase.common.ReaderFactory
 
skip(int, long) - Method in class twcsckernel.projectbase.io.ReaderFactoryImpl
 
skip(long) - Method in class twcsckernel.projectbase.io.RemoteFileInputStream
 
SocketAdapter - Class in twcsckernel.projectbase.rmi.socketfactory
Adapts two sockets by sending the data from the output stream of one to the input stream of the other and vice versa.
SocketAdapter(Socket, Socket) - Constructor for class twcsckernel.projectbase.rmi.socketfactory.SocketAdapter
 
SocketPool - Class in twcsckernel.projectbase.rmi.socketfactory
Provides a simple producer/consumer pool of sockets.
SocketPool() - Constructor for class twcsckernel.projectbase.rmi.socketfactory.SocketPool
 

T

toString() - Method in class twcsckernel.projectbase.plugins.PluginDescriptor
 
twcsckernel.projectbase.common - package twcsckernel.projectbase.common
 
twcsckernel.projectbase.io - package twcsckernel.projectbase.io
 
twcsckernel.projectbase.plugins - package twcsckernel.projectbase.plugins
 
twcsckernel.projectbase.rmi.registry - package twcsckernel.projectbase.rmi.registry
 
twcsckernel.projectbase.rmi.socketfactory - package twcsckernel.projectbase.rmi.socketfactory
 
twcsckernel.projectbase.utils - package twcsckernel.projectbase.utils
 
TwoWay - Class in twcsckernel.projectbase.rmi.socketfactory
Constants and utilities for the two-way signalling protocol.
TwoWay() - Constructor for class twcsckernel.projectbase.rmi.socketfactory.TwoWay
 

U

User - Interface in twcsckernel.projectbase.common
Interfejs zdalny użytkownika.
UserRootPathManager - Class in twcsckernel.projectbase.io
Menedżer ścieżki root użytkownika.
UserRootPathManager() - Constructor for class twcsckernel.projectbase.io.UserRootPathManager
 

W

write(int, int) - Method in interface twcsckernel.projectbase.common.WriterFactory
 
write(int, byte[]) - Method in interface twcsckernel.projectbase.common.WriterFactory
 
write(int) - Method in class twcsckernel.projectbase.io.RemoteFileOutputStream
 
write(byte[]) - Method in class twcsckernel.projectbase.io.RemoteFileOutputStream
 
write(byte[], int, int) - Method in class twcsckernel.projectbase.io.RemoteFileOutputStream
 
write(int, int) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
write(int, byte[]) - Method in class twcsckernel.projectbase.io.WriterFactoryImpl
 
WriterFactory - Interface in twcsckernel.projectbase.common
 
writerFactory - Variable in class twcsckernel.projectbase.io.RemoteFileSystemImpl
 
WriterFactoryImpl - Class in twcsckernel.projectbase.io
 
WriterFactoryImpl(FileSecurityManager, Collection<LocalFsChangeListener>) - Constructor for class twcsckernel.projectbase.io.WriterFactoryImpl
 

A B C D E F G H I L M N P R S T U W

Copyright © 2005-2006 CS@PUT. All Rights Reserved.