Skip to content
Snippets Groups Projects
Commit a2787a66 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

refs 2460
parent 2139157d
No related branches found
No related tags found
No related merge requests found
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: D1F74AF2CA514F3B272F63D5DC9757CB
-->
<body>
User interface for the kernel introspection system service (KISS).
It provides an Eclipse view with a tree viewer showing all introspective
services (and their specific items) as well as a section for service-specific,
detailed information.
</body>
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.introspection;
/**
* Interface for introspective kernel services, i.e., kernel services which provide runtime
* information about its configuration and state. This interface should be implemented by all
* kernel services for the purpose of helping tool developers to find kernel related issues,
* e.g., such as 'Is my compositor registered?'.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/
public interface IIntrospectiveKernelService {
}
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: D1F74AF2CA514F3B272F63D5DC9757CB
-->
<body>
Interface definitions of the kernel introspection system service (KISS).
<P>
Each kernel service should implement the <code>IIntrospectiveKernelService</code> interface to provide useful runtime information.
<P>
KISS is intended to be used by the tool developers to ease the development of kernel based tools.
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment