org.norther.tammi.manual.chapter
Class Chapter

java.lang.Object
  extended by org.norther.tammi.core.base.Referable<ChapterMBean>
      extended by org.norther.tammi.manual.chapter.Chapter
All Implemented Interfaces:
Serializable, MBeanRegistration, NotificationBroadcaster, NotificationEmitter, Identifiable, MBeanDelegate, NamePattern, ReferableMBean<ChapterMBean>, ChapterMBean

public class Chapter
extends Referable<ChapterMBean>
implements ChapterMBean

Chapter is the default implementation of the ChapterMBean interface.

Version:
$Id: Chapter.java,v 1.7 2009/09/28 15:08:20 cvsimp Exp $
Author:
Marketta Priha
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.norther.tammi.core.base.Referable
DEFAULT_ID, DEFAULT_NS
 
Fields inherited from interface org.norther.tammi.core.base.ReferableMBean
ID, MBEAN, NS, 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.