All Packages Class Hierarchy This Package Previous Next Index
Interface ajanta.server.AccessProtocol
- public interface AccessProtocol
Interface to the Resource Access Protocol.
All resource classes must implement this interface if they are to be
made available to agents via the resource registry.
-
getProxy(Credentials)
- Return a proxy of the resource based on the credential of the caller.
getProxy
public abstract Resource getProxy(Credentials cred)
- Return a proxy of the resource based on the credential of the caller.
- Parameters:
- cred - Credentials object of the caller
All Packages Class Hierarchy This Package Previous Next Index