|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.ws.delegation.siette.SietteAsignaturaProducer
public class SietteAsignaturaProducer
A simple command-line process to digest a grouping and output an XML document following Siettes schema.
| Field Summary | |
|---|---|
protected static Logger |
thisLogCat
|
| Constructor Summary | |
|---|---|
SietteAsignaturaProducer()
Constructor needed for web service |
|
SietteAsignaturaProducer(MBaseRef mbaseRef,
MBaseID groupingID,
String subjname)
Constructor |
|
| Method Summary | |
|---|---|
Vector |
execute(String param)
Needed to be called as a service |
Vector |
execute(Vector params)
Needed to be called as a service |
String |
export(String groupingId)
Main method, to be called as a service |
static void |
main(String[] args)
Main method, to be called as command-line |
void |
run()
Needed to implement interface Runnable Does the main task: inits the subject on SIETTE, and searchs recursively |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger thisLogCat
| Constructor Detail |
|---|
public SietteAsignaturaProducer(MBaseRef mbaseRef,
MBaseID groupingID,
String subjname)
throws MBaseException
mbaseRef - Reference to the MBasegroupingID - An MBaseID identifiying a groupingsubjname - Name of subject to be created on SIETTE
MBaseExceptionpublic SietteAsignaturaProducer()
| Method Detail |
|---|
public void run()
run in interface Runnable
public static void main(String[] args)
throws Exception
Exception
public String export(String groupingId)
throws Exception
groupingId - An ID of an OMGROUP to export as a SIETTE subject
Exceptionpublic Vector execute(String param)
param - The param to the service
public Vector execute(Vector params)
params - The param to the service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||