< prev index next >

src/java.naming/share/classes/javax/naming/event/package.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


  16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 </head>
  29 <body bgcolor="white">
  30 
  31 Provides support for event notification when accessing naming and
  32 directory services.
  33 
  34 <p>
  35 This package defines the event notification operations of the Java Naming
  36 and Directory Interface&trade; (JNDI). &nbsp;
  37 JNDI provides naming and directory functionality to applications
  38 written in the Java programming language.  It is designed to be
  39 independent of any specific naming or directory service
  40 implementation.  Thus a variety of services--new, emerging, and
  41 already deployed ones--can be accessed in a common way.
  42 
  43 <h2>Naming Events</h2>
  44 <p>
  45 This package defines a <code>NamingEvent</code> class to represent an event
  46 that is generated by a naming/directory service.
  47 It also defines subinterfaces of <code>Context</code> and <code>DirContext</code>,
  48 called <code>EventContext</code> and <code>EventDirContext</code>,
  49 through which applications can register their interest in events
  50 fired by the context.
  51 <p>
  52 <code>NamingEvent</code> represents an event that occurs in a 
  53 naming or directory service. There are two categories of naming events:
  54 <ul>
  55 <li>Those that affect the namespace (add/remove/rename an object)
  56 <li>Those that affect the objects' contents.




  16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 </head>
  29 <body bgcolor="white">
  30 
  31 Provides support for event notification when accessing naming and
  32 directory services.
  33 
  34 <p>
  35 This package defines the event notification operations of the Java Naming
  36 and Directory Interface (JNDI). &nbsp;
  37 JNDI provides naming and directory functionality to applications
  38 written in the Java programming language.  It is designed to be
  39 independent of any specific naming or directory service
  40 implementation.  Thus a variety of services--new, emerging, and
  41 already deployed ones--can be accessed in a common way.
  42 
  43 <h2>Naming Events</h2>
  44 <p>
  45 This package defines a <code>NamingEvent</code> class to represent an event
  46 that is generated by a naming/directory service.
  47 It also defines subinterfaces of <code>Context</code> and <code>DirContext</code>,
  48 called <code>EventContext</code> and <code>EventDirContext</code>,
  49 through which applications can register their interest in events
  50 fired by the context.
  51 <p>
  52 <code>NamingEvent</code> represents an event that occurs in a 
  53 naming or directory service. There are two categories of naming events:
  54 <ul>
  55 <li>Those that affect the namespace (add/remove/rename an object)
  56 <li>Those that affect the objects' contents.


< prev index next >