JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.wildstang.framework.core
Interface Subsystems
All Known Implementing Classes:
WsSubsystems
public interface
Subsystems
Used in implementations to enumerate Subsystems. We would like to have a super class for this structure, however, Java does not support enums extending classes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Returns the name mapped to the subsystem.
Class
<?>
getSubsystemClass
()
Returns subsystem's class.
Method Details
getName
String
getName
()
Returns the name mapped to the subsystem.
Returns:
Name mapped to the subsystem.
getSubsystemClass
Class
<?>
getSubsystemClass
()
Returns subsystem's class.
Returns:
Subsystem's class.