Home > Store

Java? and JMX: Building Manageable Systems

Register your product to gain access to bonus material or receive a coupon.

Java? and JMX: Building Manageable Systems

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2003
  • Dimensions: 7-3/8" x 9-1/4"
  • Pages: 592
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-32408-3
  • ISBN-13: 978-0-672-32408-6

Every developer who has deployed a mission critical application knows it is not enough just to write great code; to be truly useful, critical applications must be manageable as well. JMX is a tool with which to instrument and manage software products. It will soon be a standard part of the J2EE specification and is also being accepted by the telephony industry for key specifications. The probability that developers will encounter JMX in one form or another is very high. A copy of this book will dramatically reduce a developer's JMX learning curve, giving them the foundation and technical details needed to make effective use of JMX wherever they find it. Comprehensive coverage includes two chapters of introduction to JMX, seven chapters of practical instrumentation examples and advice, including how to relate security to JMX, and two chapters positioning JMX as a fundamental technology for J2EE and Web services. Readers can use this book as both an introduction to JMX and as a frequent desktop reference.

Downloads

Source Code

Source Code

Source code

Sample Content

Online Sample Chapter

Introduction to JMX

Downloadable Sample Chapter

Click below for Sample Chapter(s) related to this title:
Sample Chapter 2

Table of Contents



Preface.

Part I. JMX Introduction.

1. Management Concepts.

Progress of Management.

Why Invest in Management?

The Natural Evolution of Management.

Management Architectures.

Managed Resource.

Agent.

Subagent.

Midlevel Manager.

Management System.

Management Technologies.

Proprietary Technologies.

Standard Technologies.

Managing the Lifecycle.

Management Disciplines.

Distribute.

Install.

Configure.

Monitor.

Control.

Managed Resource Responsibilities.

Management Data.

Management Operations.

Management Instrumentation.

Management Patterns.

Event Generator.

Noninterruptible.

Queryable.

Operational.

Management Applications.

Distribution Applications.

Inventory Applications.

Topology Applications.

Configuration Applications.

Operations Applications.

Event and Automation Applications.

Monitoring and Performance Applications.

Summary.

General References.

Notes.

2. Introduction to JMX.

Why We Need JMX.

Choosing a Management Technology.

Dealing with Diversity.

Being Managed by Multiple Management Applications.

Supporting Application-Specific Management Systems.

Which Applications Should Be Manageable?

Complex Applications.

High-Volume Applications.

Mission-Critical Applications.

Corporate Applications.

Applications with Expectant Customers.

The Goals of JMX.

Simple API.

Dynamic Management.

Isolation.

Generic Management.

History.

JMAPI.

JDMK.

JMX.

The Specification and Compliance.

The Reference Implementation.

JMX Overview.

JMX-Managed Resources.

Mbeans.

JMX Agents.

JMX Adapters.

Adapter Tools.

Quick Tour of JMX.

todd, the Time of Day Daemon.

todd Management.

toddÕs Mbeans.

Incorporating an MbeanServer.

Monitoring todd.

Browser Control.

Summary.

Notes.

Part II. JMX Details.

3. All about Mbeans.

MBean Fundamentals.

The Management Interface.

The Introspection Algorithm.

MBean Construction.

Standard Mbeans.

Dynamic Mbeans.

Active Mbeans.

Open Mbeans.

Design Guidelines.

Summary.

4. Model Mbeans.

Introduction.

The Simplest Model MBean Example.

The ModelMBean Interface.

DynamicMBean.

PersistentMBean.

ModelMBeanNotificationBroadcaster.

Managed Resources.

ModelMBeanInfo.

Descriptors.

Model MBean Descriptors.

Attribute Descriptors.

Constructor Descriptors.

Operation Descriptors.

Notification Descriptors.

Behavior of the Model Mbean.

Caching.

Values and Validation.

Delegation.

Persistence.

Logging.

Miscellaneous Descriptors.

XML Service: Priming ModelMBeanInfo from XML Files.

Using Model Mbeans.

Creating Static Model Mbeans.

Creating Dynamic Model Mbeans.

Adding Custom Descriptors.

Overriding the RequiredModelMBean Class.

Common Mistakes with Model Mbeans.

Caveats.

Transactionality.

Remoteness.

Summary.

XML File Example.

Notes.

5. The MbeanServer.

The MBeanServerFactory Class.

Object Naming.

Object Name Domains.

Object Name Key Properties.

The ObjectName Class.

The ObjectInstance Class.

The MBeanServer Interface.

MBean Lifecycle Methods.

MBean Access Methods.

MBeanServer Methods.

The MBeanServerDelegate Mbean.

Finding Mbeans.

Query Expressions.

Query Scope and Pattern Matching.

MBeanServer Query Methods.

Notifications.

Summary.

6. Monitors and Monitoring.

The JMX Monitor Service.

The Monitoring Package Structure.

The Monitor Mbean.

MonitorNotification.

Concrete Monitors.

Monitoring ApacheÕs Status.

Canonical Usage Pattern.

StringMonitor.

CounterMonitor.

GaugeMonitor.

Summary.

7. JMX Agent Services.

Timer Service.

The Notification Queue.

Timer Notifications.

The Timer Class.

Dynamic MBean Loading Service.

The MLET Tag.

MLet Examples.

The MLet API.

Relation Service.

A Simple Example: The SessionPool Relation.

The RelationService Class.

JMX Connectors.

Connector Mbean.

Connector Client Proxy.

Summary.

Securing JMX.

JMX Security Exposures.

Permission-Based Security Fundamentals.

Permissions.

SecurityManager.

Policy.

JMX Permissions.

MbeanServerPermission.

MbeanTrustPermission.

MbeanPermission.

Using JMX Security.

A Simple Process Management Application (SPMA).

Running with Security Enabled.

Policy Configuration.

Summary.

9. Designing with JMX.

MBeanServer Deployment Patterns.

Daemon.

Component.

Driver.

Instrumentation Patterns.

Applications as Mbeans.

MBeans on Behalf of Applications.

Publish-Only Mbeans.

Facades for Distributed Applications.

MBean Registration and Lifecycle.

Registration by Application.

Registration by Third Party.

Registration by Management Adapter.

Registration by MBeanServer Bootstrap.

Best Practices.

MBean Granularity.

Application Self-Management.

Resource Schema.

Notifications and Logging.

Federation Options.

Summary.

Part III. Application of JMX.

10. J2EE and JMX.

Java 2 Enterprise Edition.

J2EE Management.

Management Tool Access: The MEJB.

J2EE Management Models.

The Base Managed-Object Model.

The Management Domain Model.

The J2EE Application Server Model.

J2EE Application Component Models.

J2EE Server Runtime Components.

Standard Management Functions.

State Management.

Event Generation.

Performance Monitoring.

Stats Interface Details.

Application-Specific Extensions.

Areas Missing from J2EE Management.

The Vision.

Sample JSR 77 Code.

Summary.

Notes.

11. Web Services and JMX.

Web Services Overview.

Service-Oriented Architecture.

Web Service Stack.

Web Service Registry Management.

Registry Owner.

Registry User.

Web Service Execution Environment Management.

Execution Environment Owner.

Execution Environment User.

Web Service Management.

Web Service Owner.

Web Service User.

Summary.

Code Listings.

UDDIRegistryClientManagerMBean Implementation.

WebServiceRuntimeManagerMBean Implementation.

WebServiceManagerMBean Implementation.

StockQuote Service WSDL Document.

Notes.

Appendix. JMX in Products.

JMX Agent Implementations.

JMX 1.0 Reference Implementation from Sun Microsystems.

JDMK 4.2 from Sun Microsystems.

TMX4J 1.0 from Tivoli Systems.

AdventNet Agent Toolkit Java/JMX Edition.

AdventNet ManageEngine.

MX4J.

JMX Managers.

Tivoli Web Component Manager.

Dirig Software.

AdventNet Middleware Manager.

AdventNet Web NMS.

Vigor Soft hawkEye.

JMX-Enabled Products.

IBM WebSphere 5.0.

IBM Web Services Tool Kit 3.1.

IBM WebSphere Voice Server.

IBM WebSphere Business Components Composer.

BEA Systems WebLogic Server 7.0.

IONA iPortal.

IONA Technologies PLC: Orbix E2A XML Bus Edition 5.3.

Hewlett-Packard OpenView.

Hewlett-Packard Core Services Framework.

Jboss.

Sonic Software SonicXQ.

Pramati Server from Pramati Technologies.

Sybase EAServer 4.0.

Sun Microsystems: Sun ONE Application Server.

Sun Microsystems: Sun ONE Portal Server.

Compiere Open Source ERP & CRM.

Notes.

Index. 0672324083T05022003

Preface

Welcome! You have just opened your key to the secret art of management. This book is your comprehensive guide to the development of manageable application software using the Java Management Extensions (JMX). Now that Java has made the leap from cool to critical, every developer who has deployed a mission critical application knows it is not enough just to write great code; to be truly useful, critical applications must be manageable as well. With the publishing of the JMX specification and the availability of multiple JMX implementations, Java programmers have a standard mechanism with which to instrument and manage their software products. This book will provide you with the information necessary to leverage JMX to create a new generation of better instrumented, more manageable, and therefore more reliable mission critical Java applications.

At the moment the two biggest growth areas for Java are enterprise and embedded systems. Tens of thousands of IT developers are now or soon will be using J2EE technologies to create mission-critical business systems. The major J2EE vendors, including IBM WebSphere and BEA WebLogic application servers, are using JMX to provide their own management as well as enable yours. The J2EE 1.4 standard is being extended to include management interfaces using JMX as defined by JSR077. At the other end of the spectrum, thousands more developers will be using Java to create embedded applications from set top boxes to remote pumping station monitors. It is essential that these applications, which run unattended on "invisible computers" for the most part, be as self-monitoring and self-managing as possible. JMX provides a substrate upon which to construct such self-monitoring/managing applications, and a copy of this book will substantially reduce your JMX learning curve. JMX is also being accepted by the telephony industry as a management infrastructure for Java API for Intelligent networks (JAIN). As these specifications for the use of Java in telephony service environments emerge, whole new industries will need to become familiar with JMX. The probability that you will encounter JMX in one form or another, as part of your own designs or as the instrumentation mechanism for components of your infrastructure, is very high. This book will give you the foundation and technical details you need to make effective use of JMX wherever you find it.

While it is well known that JMX is continuing to evolve, its basic architecture and interfaces will remain consistent. There is more to using JMX then understanding the architecture and interfaces, you also need to understand how to connect it to management systems, the role it plays in the management industry, appropriate use of the technology, as well as management design patterns. You need to understand how to create a manageable system. This book has been written in a comprehensive manner by experts in that space. This book also gives you an in depth understanding of the application of JMX in hot technologies: J2EE and Web services. You will find this book to be useful long after new versions of JMX become available, because the concepts introduced in this book are classic applications of management concepts and technologies to the Java family. This book will do more than help you write MBeans; it will help guide you in building manageable systems.

This Book's Intended Audience

Our primary goal in writing this book is to explain Java based management, manageability, i.e., enabling resources to be managed, and JMX in detail, and make it easy to understand.

Architects and developers involved in the design and implementation of mission-critical Java applications are the primary audience for this book. They understand that their biggest challenges come well after the first successful installation of a new piece of software when their client's business becomes critically dependent on that software. Then it is essential that administrators be able to monitor and manage the application day and night in order to keep the business in business. Until recently each Java-based product had to develop its own ad hoc management solution. That changed with the publishing of the "Java Management Extensions Instrumentation and Agent Specification, v1.0."

This book has been written especially for Java developers who find themselves in a situation where they must enable their application to be managed by an "outside" management system.

Other Java developers and architects who will find this book useful include:

  • Those who are to help create a new administrative or management system for their Java application
  • Those who need to integrate their application into an existing JMX-based administrative or management system
  • Those who want to develop some management functions to interact with an application that supports JMX
  • Curious folks who just like to know what all the Java acronyms stand for

This book assumes that you do not have a background in systems or applications management, and provides a comprehensive overview of the history of the management industry and the forces that combined to make JMX the ubiquitous management technology for Java resources across the Java community. Java resources deployed in the micro, standard, and enterprise editions of the JDK can all use JMX.

The authors have extensive first hand experience with JMX from nearly every angle. Heather was an original member of the JMX expert group and personally contributed the specification, Reference Implementation (RI), and Test Compatibility Kit (TCK) for ModelMBeans. She is now involved in Web services and applying management to this emerging space. Ward is the lead architect for Tivoli's implementation of JMX, TMX4J, as well as Tivoli's Web Component Manager product, which uses JMX to manage resources. Leigh was a member of JSR077 J2EE Management and the architect for WebSphere's JMX support and JSR077 support. This book represents our experience with JMX from all these projects; we bring you a unique insider perspective on the intent, implementation, application, and even pitfalls of JMX. All of this JMX experience is in the context of our extensive experience in all aspects of management systems and middleware.

This book will be valuable for developers of applications that should be managed, developers of middleware, and developers of management systems. We hope that you will find this book useful not only as an introduction to JMX, but also as a frequent desktop reference as you connect your application to an existing management system or start to develop your own management application.

What You Need to Know Prior to Reading This Book

This book assumes that you are familiar with developing applications using Java. We do not assume that you have experience with management systems. As such, the first chapter introduces management concepts, disciplines, and architectures. If you are familiar with management systems, then you may skip this chapter and start with Chapter 2, "Introduction to JMX."

Chapter 10, "J2EE and JMX," explains JSR077 "J2EE Management" in depth, as well as how it relates to JMX. This chapter assumes that you have a high-level understanding of the components of the J2EE specification and its realization in J2EE application servers.

Chapter 11, "Web services and JMX," explains how JMX can be used to develop manageable Web service applications. It will be helpful to have a general understanding of what a Web services is, and familiarity with common Web service architectures.

What You Will Learn from Reading This Book

This book will provide you with the necessary information, insight, and examples to use JMX to build manageable mission-critical applications or provide a standard management interface to homegrown and third-party management applications.

It is sometimes as important to understand the context of Java technologies as it is to understand the technology itself. This is the case with JMX. Therefore, this book gives you almost two chapters detailing the history of management systems, management architectures, applications, and technologies. In these chapters we also explain the forces that combined to make JMX so important for the Java community. This book gives you the background you need to understand and enter conversations in the management industry.

Specifically, you will learn to develop standard and dynamic MBeans to represent JMX manageable resources in their applications. You will understand how and when to leverage the Model MBean to rapidly develop extensible instrumentation and how to represent interdependent management components using the JMX Relation Service. Because instrumentation inevitably requires monitoring, this book discusses the use of JMX's various monitors and its notification model in detail. In addition, this book provides working example code to illustrate the application of JMX technology in a number of settings, including J2EE and Web services.

Software Needed to Complete the Examples

At a minimum, you will need to have a J2SE JDK and a JMX implementation installed on your computer to compile and run the samples shown throughout this book. These samples have been tested with the TMX4J and MX4J implementations. TMX4J is 100% Java code and should run on any platform, but it has been tested on a Windows operating system. The TMX4J can be downloaded for free from the IBM AlphaWorks Web site at http://www.alphaworks.ibm.com.

The examples in chapter 10 demonstrate solutions based on J2EE application server products such as WebSphere Application Server. A list of J2EE servers that support this is listed in appendix A. Complete product information for WebSphere Application Server may be found on the Web at http://www.ibm.com/products/websphere.

In order to run the examples in Chapter 11, you will need a Web services runtime including a web server, servlet engine, soap engine, and JMX implementation. The samples in this chapter were tested with the IBM Web Services Toolkit which is available for free from the IBM AlphaWorks web site at http://www.alphaworks.ibm.com.

How This Book Is Organized

We have arranged the content of this book into three broad sections. The first section introduces you to management and JMX. The next section gives you a detailed and comprehensive coverage of the JMX architecture, APIs, programming techniques, and pitfalls. We even supply you an entire chapter on design and implementation suggestions, along with our favorite pitfalls. The final section lays out the application of JMX in two fast-growing fields: J2EE and Web services. We recognize that each reader will be interested in different portions of the book and not everyone will need to read every chapter. For those already familiar with management systems, you may skip Chapter 1, "Management Concepts," which introduces management concepts, disciplines, and architectures. We encourage everyone to at least read Chapter 2, "Introduction to JMX." You should feel free to read those chapters that most interest you or are most immediate to your needs. If you have a general understanding of JMX, then the rest of the chapters of the book can stand alone, so it is not necessary to read the book straight through.

The following is a quick summary of the contents of each of the three sections of the book and their chapters:

  • Part I: JMX Introduction The first part of the book, Chapters 1 and 2, introduces you to the management world and JMX. JMX is a management technology, and using it effectively requires some fundamental understanding of the aspects of management and JMX's role in each. Chapter 1, "Management Concepts," describes the basic concepts and vocabulary of system and applications management. It starts with highlighting the history of management technologies. This chapter explains management disciplines, applications, architectures, and information. Chapter 2, "Introduction to JMX," describes why and how JMX came about, and then introduces each of the fundamental elements of JMX, MBeans, MBeanServer, and Notifications. We give you a hands-on tour of JMX, using a simple server and then instrumenting it for management using JMX to illustrate each of the elements. If you are new to management and JMX, we recommend that you read the chapters in this part first to provide common background material and terminology for the remainder of the book.
  • Part II: JMX Details Part II is the meat of this book. This section gives you the comprehensive coverage of JMX along with practical examples and advice, including how to relate Security to JMX. The Management Beans that you will need be able to implement are introduced with extensive examples and advice in Chapter 3, "Mbeans," and Chapter 4, "ModelMbeans." Chapter 5, "The MbeanServer," describes the MBeanServer that is central to JMX's agent architecture and key to its flexibility. This chapter describes the interfaces and services the MBeanServer provides: the MBean registry and object naming scheme, the generic MBean interface, the query mechanism, and the notification support. Chapter 6, "Monitoring," and Chapter 7, "The Mbean Services," help you understand the standard services JMX provides and how to use them. They also discuss the process of creating custom monitor MBeans and custom JMX service MBeans. To illustrate, they explain the RMI Connector Server and HTTP Protocol Adaptor examples from the TMX4J package. Chapter 8, "Security," covers a crucial topic that the JMX specification is silent on. This chapter describes the security exposures presented by the management domain and offers a transparent security layer based on the one designed for TMX4J. Finally, this section closes with pure gold of Chapter 9, "Designing with JMX." In this chapter, all the authors shared their experiences with JMX and how they can be leveraged in real systems. This includes discussions on deployment models, instrumentation patterns, best practices, and pitfalls.
  • Part III: Application of JMX Part III is where we see JMX positioned as a fundamental technology for new and fast-growing industries. Chapter 10, "J2EE and JMX," provides great detail, from one who was there, about how JMX's management of J2EE systems has been standardized with JSR077. It includes examples of how JMX works in real-world application server products. The last chapter looks to the future with Chapter 11, "Web Services and JMX." This chapter gives a brief description of what Web Services are and the management issues associated with them. It then illustrates how JMX can be used to make web-service-based applications manageable. It lays out how to manage the registry, the web services execution environment, and the web service itself.
  • Appendixes: The appendix of this book provide a reference to implementers and users of JMX technology. Appendix A lists JMX implementations, JMX-enabled management platforms, , and JMX-instrumented products.

Where to Download the Associated Code for This Book

The associated code files described in this book are available on Addison-Wesley's Web site at http://www.awprofessional.com/. Enter this book's ISBN (without the hyphens) in the Search box and click Search. When the book's title is displayed, click the title to go to a page where you can download the code.

Conventions Used in This Book

The following typographic conventions are used in this book:

  • Code lines, commands, statements, variables, and any text you see onscreen appears in a mono typeface. Bold mono typeface is often used to represent user types.
  • Placeholders in syntax descriptions appear in an italic mono typeface. Replace the placeholder with the actual filename, parameter, or other element it represents.
  • Italics highlight technical terms when they're being defined.
  • The ic:ccc icon is used before a line of code that is really a continuation of the preceding line. Sometimes a line of code is too long to fit as a single line on the page. If you see ic:ccc before a line of code, remember that it's part of the line immediately above it.
  • The book also contains Notes, Tips, and Cautions to help you spot important or useful information more quickly. Some of these are helpful shortcuts to help you work more efficiently.


0672324083P08272002

Index

Click below to download the Index file related to this title:
Index

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020