org.norther.tammi.manual.chapter
Class Chapter

java.lang.Object
  extended by org.norther.tammi.core.base.Referable
      extended by 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

Field Summary
 
Fields inherited from class org.norther.tammi.core.base.Referable
ID_LENGTH, REFERABLE_ATTRIBUTES, REFERABLE_NOTIF_DESCRIPTION, REFERABLE_NOTIFICATIONS
 
Fields inherited from interface org.norther.tammi.core.base.ReferableMBean
DEFAULT_ID, ID, MBEAN, MBEAN_DESCRIPTION, TYPE
 
Fields inherited from interface org.norther.tammi.core.base.MBeanDelegate
ARRAY_TYPE, OBJECT_TYPE, PRIMITIVE_TYPE, STRING_TYPE
 
Constructor Summary
Chapter()
          Constructs a new Chapter.
 
Method Summary
 String getChapterName()
          Returns the chapter name.
 void setChapterName(String chapterName)
          Sets the chapter name.
 
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
 
Methods inherited from interface org.norther.tammi.core.base.ReferableMBean
getMBean
 

Constructor Detail

Chapter

public Chapter()
Constructs a new Chapter.

Method Detail

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.