org.norther.tammi.manual.chapter
Class Chapter
java.lang.Object
org.norther.tammi.core.base.Referable
org.norther.tammi.manual.chapter.Chapter
- All Implemented Interfaces:
- Serializable, MBeanRegistration, NotificationBroadcaster, NotificationEmitter, Identifiable, MBeanDelegate, NamePattern, ReferableMBean, ChapterMBean
public class Chapter
- extends Referable
- implements ChapterMBean
Chapter is the default implementation of the ChapterMBean interface.
- Author:
- Marketta Priha
- See Also:
- Serialized Form
|
Constructor Summary |
Chapter()
Constructs a new Chapter. |
| Methods inherited from class org.norther.tammi.core.base.Referable |
addNotificationListener, getAttributeSupport, getBroker, getCanonicalName, getDomain, getFactory, getLoader, getLog, getLog, getMBean, getMBeanServer, getNamePattern, getNotificationInfo, getObjectName, getQueryPattern, getRegistrationTime, getSequenceNumber, getUniqueName, hasListeners, isUnregistered, postDeregister, postRegister, preDeregister, preRegister, removeNotificationListener, removeNotificationListener, sendNotification, sendNotification, sendNotification, sendNotification, setCanonicalName, setMBeanServer, setNamePattern, setObjectName, setQueryPattern, unregister, unregistered |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chapter
public Chapter()
- Constructs a new Chapter.
getChapterName
public String getChapterName()
- Description copied from interface:
ChapterMBean
- Returns the chapter name.
- Specified by:
getChapterName in interface ChapterMBean
- Returns:
- the chapter name.
setChapterName
public void setChapterName(String chapterName)
- Description copied from interface:
ChapterMBean
- Sets the chapter name.
- Specified by:
setChapterName in interface ChapterMBean
- Parameters:
chapterName - the chapter name.
Copyright © 2004 The Norther Organization. All rights reserved.