org.sourcejammer.server.plugin
Interface SJServerAction

All Superinterfaces:
SJServerPlugin
All Known Implementing Classes:
SJServerActionAdapter

public interface SJServerAction
extends SJServerPlugin

Title: $FileName: SJServerAction.java$

Version:
$VerNum: 2$
Author:
$AuthorName: Rob MacGrogan$

$Description: Interface to definies server action plugins. A server action plugin can be fired off directly by a SOAP call, without going through another standard SJ server action.$
$KeyWordsOff: $

Method Summary
 void actionPerformed(org.sourcejammer.project.view.SJRequest request, org.sourcejammer.project.view.SJResponse response, ArchiveContext arch)
           
 
Methods inherited from interface org.sourcejammer.server.plugin.SJServerPlugin
getWorkDirectory, initPlugin, setWorkDirectory
 

Method Detail

actionPerformed

public void actionPerformed(org.sourcejammer.project.view.SJRequest request,
                            org.sourcejammer.project.view.SJResponse response,
                            ArchiveContext arch)


Copyright © 2003 Soucejammer project.