Notes And Warnings - Red Hat ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION Manual

Hide thumbs Also See for ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION:
Table of Contents

Advertisement

Introduction
Output sent to a terminal is set in Mono-spaced Roman and presented thus:
books
Desktop
books_tests
Desktop1
Source-code listings are also set in Mono-spaced Roman but are presented and highlighted as
follows:
package
org.jboss.book.jca.ex1;
import
javax.naming.InitialContext;
public class
ExClient
{
public static void
throws
Exception
{
InitialContext iniCtx =
Object
EchoHome
Echo
System.out.println("Created
System.out.println("Echo.echo('Hello') = "
}
}

1.3. Notes and Warnings

Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
Note
A Note is a tip or shortcut or alternative approach to the task at hand. Ignoring a note
should have no negative consequences, but you might miss out on a trick that makes your
life easier.
Important
Important boxes detail things that are easily missed: configuration changes that only
apply to the current session, or services that need restarting before an update will apply.
Ignoring Important boxes won't cause data loss but may cause irritation and frustration.
viii
documentation
downloads
main(String args[])
new
InitialContext();
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
Echo");
drafts
mss
photos
images
notes
scripts
+ echo.echo("Hello"));
stuff
svn
svgs

Advertisement

Table of Contents
loading

Table of Contents