Changes

Jump to: navigation, search

Template Method

9 bytes added, 19:49, 19 March 2007
Apache Tomcat
The following are portions of the code found in [https://svn.apache.org/repos/asf/tomcat/connectors/trunk/jk/java/org/apache/jk/common/Shm.java[Shm.java]] and
[https://svn.apache.org/repos/asf/tomcat/connectors/trunk/jk/java/org/apache/jk/common/Shm14.java[Shm14.java]]<br/><br/>
Looking at the '''Shm14.java''', we can conclude that '''Shm.java''' is the base class while ''''Shm14.java'''' is the subclass. As you can seeIn addition, ''''Shm .java''' also extends to '''JniHandler''', making it a subclass of that class.
<pre>
// From Shm14.java
1
edit

Navigation menu