Interface PdoRemoteSession

All Superinterfaces:
RemoteSession
All Known Implementing Classes:
PdoRemoteSessionAdapter

public interface PdoRemoteSession extends RemoteSession
Extended remote session providing PDO-related services.
Author:
harald
  • Method Details

    • getExtension

      <T extends DomainContextDependable> T getExtension(DomainContext context, Class<T> extIf)
      Gets an extension object.
      Extensions are used to provide additional services. The given interface is checked against execution permission within the requested domain context. If refused, a SecurityException is thrown.
      Type Parameters:
      T - the extension type
      Parameters:
      context - the domain context
      extIf - the extension interface
      Returns:
      the extension