ajanta.server
Interface AccessProtocol

All Known Implementing Classes:
JoinableAgent, ReportableAgent

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.


Method Summary
 ajanta.util.Resource getProxy(ajanta.agent.Credentials cred)
          Return a proxy of the resource based on the credential of the caller.
 

Method Detail

getProxy

public ajanta.util.Resource getProxy(ajanta.agent.Credentials cred)
Return a proxy of the resource based on the credential of the caller.

Parameters:
cred - Credentials object of the caller