Skip navigation links
A B C D E F G H I L M O P R S T U W 

G

get(String, PrintStream) - Static method in interface agilermi.utility.logging.RMILogger
Creates a Logger using the specified name and the given PrintStream on which the logger must print.
get(Class<?>, PrintStream) - Static method in interface agilermi.utility.logging.RMILogger
Creates a Logger using the name of the specified class and the given PrintStream on which the logger must print.
get(String) - Static method in interface agilermi.utility.logging.RMILogger
Creates a Logger using the specified name
get(Class<?>) - Static method in interface agilermi.utility.logging.RMILogger
Creates a Logger using the name of the specified class
getAuthenticator() - Method in class agilermi.core.RMIRegistry
Gets the rmiAuthenticator of this registry
getAuthId() - Method in class agilermi.authentication.AuthenticationGroup
 
getBufferSize() - Method in class agilermi.communication.gzip.ConitnuousGzipOutputStream
 
getBufferSize() - Method in class agilermi.communication.gzip.GzipEndpointFactory
 
getClassLoaderFactory() - Method in class agilermi.core.RMIRegistry
Gets the class loader factory used by this registry to decode remote classes when code mobility is enabled.
getCodebases() - Method in class agilermi.core.RMIRegistry
This will return all the static codebases and all the received codebases whose classes are currently instantiated.
getCodebasesSet() - Method in class agilermi.core.RMIClassLoader
Gets the set of currently active codebases.
getCodeDirectory() - Method in class agilermi.codemobility.BasicCodeServer
 
getDefaultAuthorization() - Method in class agilermi.authentication.StandardRMIAuthenticator
Returns the default authorization, that is the default return value of the StandardRMIAuthenticator.authorize(String, Object, Method) method when no criterion has been found
getDefaultCipherSuites() - Method in class agilermi.communication.DefaultSSLServerSocketFactory
 
getDefaultCipherSuites() - Method in class agilermi.communication.DefaultSSLSocketFactory
 
getDispositionException() - Method in class agilermi.core.RMIHandler
Gets the exception that caused this handler to be disposed.
getDispositionTime() - Method in class agilermi.core.RMIHandler
Gets the time at which this handler has been disposed.
getHandlerFaultMaxLife() - Method in class agilermi.core.RMIRegistry
Gets the handler maximum life used to simulate connection failures.
getHosts() - Method in class agilermi.authentication.AuthenticationGroup
 
getInetSocketAddress() - Method in class agilermi.core.RMIHandler
Gets the address of the remote process (IP address + TCP port)
getInputStream() - Method in class agilermi.communication.gzip.GzipEndpoint
 
getInputStream() - Method in interface agilermi.communication.ProtocolEndpoint
Gets the input stream of this end-point
getInputStream() - Method in class agilermi.communication.stackprotocol.StackProtocolEndpoint
 
getLatencyTime() - Method in class agilermi.core.RMIRegistry
Gets the estimate of the TCP connection latency time given by the developer.
getLeaseTime() - Method in class agilermi.core.RMIRegistry
Gets the lease timeout after that the distributed garbage collection mechanism will remove a non-named object from the registry.
getListenerPort() - Method in class agilermi.core.RMIRegistry
Gets the port on which the listener was started on last time
getMethodAlternativeRemoteException(Method) - Method in class agilermi.core.RMIRegistry.MethodAnnotationRegistry
Get the exception class alternative to RemoteException for the specified method.
getMethodAnnotationRegistry() - Method in class agilermi.core.RMIRegistry
Gets the RMIRegistry.MethodAnnotationRegistry instance bound to this registry.
getMethodCacheTimeout(Method) - Method in class agilermi.core.RMIRegistry.MethodAnnotationRegistry
Gets the caching timeout of the specified method.
getOutputBufferSize() - Method in class agilermi.communication.gzip.GzipEndpoint
 
getOutputStream() - Method in class agilermi.communication.gzip.GzipEndpoint
 
getOutputStream() - Method in interface agilermi.communication.ProtocolEndpoint
Gets the output stream of this end-point
getOutputStream() - Method in class agilermi.communication.stackprotocol.StackProtocolEndpoint
 
getPassphrase() - Method in class agilermi.authentication.AuthenticationGroup
 
getRemoteAddress() - Method in class agilermi.core.RMIObjectInputStream
 
getRemoteExceptionReplace() - Method in class agilermi.core.RMIRegistry
Gets the RemoteException replacing class set by invoking the RMIRegistry.replaceRemoteException(Class) method.
getRemoteInterfaces(String) - Method in class agilermi.core.RMIRegistry
Gets the remote interfaces implemented by the class of the remote object associated to the specified object identifier
getRemoteInterfaces(Object) - Method in class agilermi.core.RMIRegistry
Gets the remote interfaces implemented by the class of the specified object
getRemoteInterfaces(Class<?>) - Method in class agilermi.core.RMIRegistry
Gets the remote interfaces implemented by the specified class and its super-classes
getRemoteObject(String) - Method in class agilermi.core.RMIRegistry
Gets a published remote object by identifier
getRemoteObjectId(Object) - Method in class agilermi.core.RMIRegistry
Gets the identifier of a remote object published on this registry
getRemotePort() - Method in class agilermi.core.RMIObjectInputStream
 
getRmiClassLoader() - Method in class agilermi.core.RMIObjectInputStream
 
getRmiClassLoader() - Method in class agilermi.core.RMIRegistry
Returns the RMIClassLoader instance used to load classes from remote codebase.
getRMIHandler(String, int) - Method in class agilermi.core.RMIRegistry
Gets an handler for the specified host.
getRMIHandler(String, int, boolean) - Method in class agilermi.core.RMIRegistry
Gets an handler for the specified host.
getRmiRegistry() - Method in class agilermi.core.RMIObjectInputStream
 
getSkeletonInvocationCacheSize() - Method in class agilermi.core.RMIRegistry
Gets the size of invocations cache for each skeleton.
getStateConsistencyOnFaultEnabled() - Method in class agilermi.core.RMIRegistry
Gets the enabling status of the mechanism that guarantees the status consistency between stubs and remote objects after a connection fault.
getStub(String, int, String) - Method in interface agilermi.configuration.StubRetriever
getStub(String, int, String, Class<?>...) - Method in interface agilermi.configuration.StubRetriever
getStub(String) - Method in class agilermi.core.RMIHandler
Gets a stub for the specified object identifier representing a remote object on the remote machine.
getStub(String, Class<?>...) - Method in class agilermi.core.RMIHandler
Gets a stub for the specified object identifier respect to the specified interfaces, representing a remote object on the remote machine.
getStub(String, int, String, Class<?>...) - Method in class agilermi.core.RMIRegistry
Builds a stub for the specified object identifier on the specified host respect to the given interface.
getStub(String, int, String) - Method in class agilermi.core.RMIRegistry
Gets a stub for the specified object identifier representing a remote object on a remote machine.
getStubHost(Object) - Method in class agilermi.core.RMIRegistry
Gets the remote host of the specified RMI stub.
getStubObjectIdentifier(Object) - Method in class agilermi.core.RMIRegistry
Gets the object identifier of the specified RMI stub.
getStubPort(Object) - Method in class agilermi.core.RMIRegistry
Gets the remote host port of the specified RMI stub.
getStubRetriever() - Method in class agilermi.core.RMIRegistry
Gets a StubRetriever instance linked to this registry
getSupportedCipherSuites() - Method in class agilermi.communication.DefaultSSLServerSocketFactory
 
getSupportedCipherSuites() - Method in class agilermi.communication.DefaultSSLSocketFactory
 
GzipEndpoint - Class in agilermi.communication.gzip
 
GzipEndpoint(OutputStream, InputStream, int) - Constructor for class agilermi.communication.gzip.GzipEndpoint
 
GzipEndpointFactory - Class in agilermi.communication.gzip
 
GzipEndpointFactory() - Constructor for class agilermi.communication.gzip.GzipEndpointFactory
 
GzipEndpointFactory(int) - Constructor for class agilermi.communication.gzip.GzipEndpointFactory
 
A B C D E F G H I L M O P R S T U W 
Skip navigation links