From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/logging/IaikLog.html | 518 --------------------- .../moa/spss/server/logging/IaikLogFactory.html | 278 ----------- .../moa/spss/server/logging/IaikLogMsg.html | 229 --------- .../moa/spss/server/logging/TransactionId.html | 249 ---------- .../moa/spss/server/logging/class-use/IaikLog.html | 95 ---- .../server/logging/class-use/IaikLogFactory.html | 95 ---- .../spss/server/logging/class-use/IaikLogMsg.html | 95 ---- .../server/logging/class-use/TransactionId.html | 95 ---- .../moa/spss/server/logging/package-frame.html | 32 -- .../moa/spss/server/logging/package-summary.html | 120 ----- .../moa/spss/server/logging/package-tree.html | 108 ----- .../moa/spss/server/logging/package-use.html | 95 ---- 12 files changed, 2009 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLog.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogMsg.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLog.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogFactory.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogMsg.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/TransactionId.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-frame.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-summary.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-tree.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-use.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLog.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLog.html deleted file mode 100644 index 265a724d6..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLog.html +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class IaikLog - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.logging -
-Class IaikLog

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.logging.IaikLog
-
-
-
All Implemented Interfaces:
iaik.logging.Log
-
-
-
-
public class IaikLog
extends Object
implements iaik.logging.Log
- -

-An implementation of the iaik.logging.Log - interface that is based on Jakarta Commons-Logging. -

-

-
Version:
$Id$
-
Author:
Fatemeh Philippi
-
-
- -

- - - - - - - - - - - - - - -
-Field Summary
-static StringIAIK_LOG_HIERARCHY - -
-          The hierarchy to log all IAIK output to.
-  - - - - - - - - - - -
-Constructor Summary
IaikLog(String nodeId) - -
-          Create a new IaikLog.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voiddebug(iaik.logging.TransactionId transactionId, - Object message, - Throwable t) - -
-           
- voiderror(iaik.logging.TransactionId transactionId, - Object message, - Throwable t) - -
-           
- voidfatal(iaik.logging.TransactionId transactionId, - Object message, - Throwable t) - -
-           
- StringgetNodeId() - -
-           
- voidinfo(iaik.logging.TransactionId transactionId, - Object message, - Throwable t) - -
-           
- booleanisDebugEnabled() - -
-           
- booleanisErrorEnabled() - -
-           
- booleanisFatalEnabled() - -
-           
- booleanisInfoEnabled() - -
-           
- booleanisWarnEnabled() - -
-           
- voidsetNodeId(String nodeId) - -
-           
- voidwarn(iaik.logging.TransactionId transactionId, - Object message, - Throwable t) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-IAIK_LOG_HIERARCHY

-
-public static final String IAIK_LOG_HIERARCHY
-
-
The hierarchy to log all IAIK output to.
- - - - - - - - -
-Constructor Detail
- -

-IaikLog

-
-public IaikLog(String nodeId)
-
-
Create a new IaikLog.
-
Parameters:
nodeId - The node ID for this Log object.
-
-
- - - - - - - - -
-Method Detail
- -

-isDebugEnabled

-
-public boolean isDebugEnabled()
-
-
-
Specified by:
isDebugEnabled in interface iaik.logging.Log
-
-
-
See Also:
Log.isDebugEnabled()
-
-
-
- -

-debug

-
-public void debug(iaik.logging.TransactionId transactionId,
-                  Object message,
-                  Throwable t)
-
-
-
Specified by:
debug in interface iaik.logging.Log
-
-
-
See Also:
Log.debug(TransactionId, Object, Throwable)
-
-
-
- -

-isInfoEnabled

-
-public boolean isInfoEnabled()
-
-
-
Specified by:
isInfoEnabled in interface iaik.logging.Log
-
-
-
See Also:
Log.isInfoEnabled()
-
-
-
- -

-info

-
-public void info(iaik.logging.TransactionId transactionId,
-                 Object message,
-                 Throwable t)
-
-
-
Specified by:
info in interface iaik.logging.Log
-
-
-
See Also:
Log.info(TransactionId, Object, Throwable)
-
-
-
- -

-isWarnEnabled

-
-public boolean isWarnEnabled()
-
-
-
Specified by:
isWarnEnabled in interface iaik.logging.Log
-
-
-
See Also:
Log.isWarnEnabled()
-
-
-
- -

-warn

-
-public void warn(iaik.logging.TransactionId transactionId,
-                 Object message,
-                 Throwable t)
-
-
-
Specified by:
warn in interface iaik.logging.Log
-
-
-
See Also:
Log.warn(TransactionId, Object, Throwable)
-
-
-
- -

-isErrorEnabled

-
-public boolean isErrorEnabled()
-
-
-
Specified by:
isErrorEnabled in interface iaik.logging.Log
-
-
-
See Also:
Log.isErrorEnabled()
-
-
-
- -

-error

-
-public void error(iaik.logging.TransactionId transactionId,
-                  Object message,
-                  Throwable t)
-
-
-
Specified by:
error in interface iaik.logging.Log
-
-
-
See Also:
Log.error(TransactionId, Object, Throwable)
-
-
-
- -

-isFatalEnabled

-
-public boolean isFatalEnabled()
-
-
-
Specified by:
isFatalEnabled in interface iaik.logging.Log
-
-
-
See Also:
Log.isFatalEnabled()
-
-
-
- -

-fatal

-
-public void fatal(iaik.logging.TransactionId transactionId,
-                  Object message,
-                  Throwable t)
-
-
-
Specified by:
fatal in interface iaik.logging.Log
-
-
-
See Also:
Log.fatal(TransactionId, Object, Throwable)
-
-
-
- -

-setNodeId

-
-public void setNodeId(String nodeId)
-
-
-
Specified by:
setNodeId in interface iaik.logging.Log
-
-
-
See Also:
Log.setNodeId(String)
-
-
-
- -

-getNodeId

-
-public String getNodeId()
-
-
-
Specified by:
getNodeId in interface iaik.logging.Log
-
-
-
See Also:
Log.getNodeId()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html deleted file mode 100644 index 2775a49dc..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogFactory.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class IaikLogFactory - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.logging -
-Class IaikLogFactory

-
-java.lang.Object
-  |
-  +--iaik.logging.LogFactory
-        |
-        +--at.gv.egovernment.moa.spss.server.logging.IaikLogFactory
-
-
-
-
public class IaikLogFactory
extends iaik.logging.LogFactory
- -

-An implementation of the iaik.logging.LogFactory abstract - class to log messages to the MOA logging subsystem. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - -
Fields inherited from class iaik.logging.LogFactory
DEFAULT_FACTORY, factories, factory_name_, node_id_, properties_
-  - - - - - - - - - - -
-Constructor Summary
IaikLogFactory() - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- iaik.logging.LoggetInstance(Class clazz) - -
-           
- iaik.logging.LoggetInstance(String name) - -
-           
- voidrelease() - -
-           
- - - - - - - -
Methods inherited from class iaik.logging.LogFactory
configure, getContextClassLoader, getFactory, getLog, getLog, newFactory, releaseAll
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-IaikLogFactory

-
-public IaikLogFactory()
-
-
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public iaik.logging.Log getInstance(Class clazz)
-                             throws iaik.logging.LogConfigurationException
-
-
-
Overrides:
getInstance in class iaik.logging.LogFactory
-
-
-
- -

-getInstance

-
-public iaik.logging.Log getInstance(String name)
-                             throws iaik.logging.LogConfigurationException
-
-
-
Overrides:
getInstance in class iaik.logging.LogFactory
-
-
-
- -

-release

-
-public void release()
-
-
-
Overrides:
release in class iaik.logging.LogFactory
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogMsg.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogMsg.html deleted file mode 100644 index a3257d151..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/IaikLogMsg.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class IaikLogMsg - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.logging -
-Class IaikLogMsg

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.logging.IaikLogMsg
-
-
-
-
public class IaikLogMsg
extends Object
- -

-A unified message type to log messages from the IAIK subsystem. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
IaikLogMsg(iaik.logging.TransactionId transactionId, - String nodeId, - Object message) - -
-          Create a IaikLogMsg object.
-  - - - - - - - - - - - -
-Method Summary
- StringtoString() - -
-          Convert this log message to a String.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-IaikLogMsg

-
-public IaikLogMsg(iaik.logging.TransactionId transactionId,
-                  String nodeId,
-                  Object message)
-
-
Create a IaikLogMsg object.
-
Parameters:
transactionId - The transaction id of the transaction which - generated this log message. May be null.
nodeId - The node id where this message was generated. May be - null.
message - The actual message to log. May be null.
-
-
- - - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
Convert this log message to a String.
-
Overrides:
toString in class Object
-
-
-
Returns:
The String representation of this log message.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html deleted file mode 100644 index db05490dd..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/TransactionId.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class TransactionId - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.logging -
-Class TransactionId

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.logging.TransactionId
-
-
-
All Implemented Interfaces:
iaik.logging.TransactionId
-
-
-
-
public class TransactionId
extends Object
implements iaik.logging.TransactionId
- -

-An implementation of the iaik.logging.TransactionId interface. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
TransactionId(String logID) - -
-          Create a TransactionId object.
-  - - - - - - - - - - - - - - - -
-Method Summary
- StringgetLogID() - -
-           
- StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-TransactionId

-
-public TransactionId(String logID)
-
-
Create a TransactionId object.
-
Parameters:
logID - The transaction id as it should be presented to the logging - subsystem.
-
-
- - - - - - - - -
-Method Detail
- -

-getLogID

-
-public String getLogID()
-
-
-
Specified by:
getLogID in interface iaik.logging.TransactionId
-
-
-
See Also:
TransactionId.getLogID()
-
-
-
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class Object
-
-
-
See Also:
Object.toString()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLog.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLog.html deleted file mode 100644 index 89f062c8b..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLog.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.logging.IaikLog - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.logging.IaikLog

-
-No usage of at.gv.egovernment.moa.spss.server.logging.IaikLog -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogFactory.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogFactory.html deleted file mode 100644 index c7cb8b092..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogFactory.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.logging.IaikLogFactory - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.logging.IaikLogFactory

-
-No usage of at.gv.egovernment.moa.spss.server.logging.IaikLogFactory -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogMsg.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogMsg.html deleted file mode 100644 index 64a8b7b6c..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/IaikLogMsg.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.logging.IaikLogMsg - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.logging.IaikLogMsg

-
-No usage of at.gv.egovernment.moa.spss.server.logging.IaikLogMsg -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/TransactionId.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/TransactionId.html deleted file mode 100644 index 4755d3130..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/class-use/TransactionId.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.logging.TransactionId - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.logging.TransactionId

-
-No usage of at.gv.egovernment.moa.spss.server.logging.TransactionId -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-frame.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-frame.html deleted file mode 100644 index 7bb3e49a2..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.logging - - - - - -at.gv.egovernment.moa.spss.server.logging - - - - -
-Classes  - -
-IaikLog -
-IaikLogFactory -
-IaikLogMsg -
-TransactionId
- - - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-summary.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-summary.html deleted file mode 100644 index 42cccd999..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-summary.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.logging - - - - - - - - - - - - - - - - - -
- -
- - -
-

-Package at.gv.egovernment.moa.spss.server.logging -

- - - - - - - - - - - - - - - - - - - - - -
-Class Summary
IaikLogAn implementation of the iaik.logging.Log - interface that is based on Jakarta Commons-Logging.
IaikLogFactoryAn implementation of the iaik.logging.LogFactory abstract - class to log messages to the MOA logging subsystem.
IaikLogMsgA unified message type to log messages from the IAIK subsystem.
TransactionIdAn implementation of the iaik.logging.TransactionId interface.
-  - -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-tree.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-tree.html deleted file mode 100644 index 054d4168a..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-tree.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: at.gv.egovernment.moa.spss.server.logging Class Hierarchy - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Hierarchy For Package at.gv.egovernment.moa.spss.server.logging -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-use.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-use.html deleted file mode 100644 index d8024b706..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/logging/package-use.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Package at.gv.egovernment.moa.spss.server.logging - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Package
at.gv.egovernment.moa.spss.server.logging

-
-No usage of at.gv.egovernment.moa.spss.server.logging -

-


- - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3