Notes and Warnings
xv
import
javax.naming.InitialContext;
public
class
ExClient
{
public
static
void
main
(String args[])
throws
Exception
{
InitialContext iniCtx =
new
InitialContext();
Object ref = iniCtx.
lookup
(
"EchoBean"
);
EchoHome home = (EchoHome) ref;
Echo echo = home.
create
();
System.
out
.
println
(
"Created Echo"
);
System.
out
.
println
(
"Echo.echo('Hello') = "
+ 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
Notes are tips, shortcuts or alternative approaches 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 a box labeled 'Important' won't cause data loss but may cause irritation and
frustration.
Warning
Warnings should not be ignored. Ignoring warnings will most likely cause data loss.
2. Do you need help?
If you experience difficulty with a procedure described in this documentation, you can find help in the
following ways:
Red Hat Global Support Services
Your Red Hat subscription entitles you to support from Red Hat Global Support Services (GSS).
Visit
https://www.redhat.com/apps/support/
for more information about obtaining help from GSS.
Other Red Hat documentation
Access other Red Hat documentation at
http://www.redhat.com/docs/
.
Содержание ENTERPRISE LINUX 5 - VIRTUAL SERVER ADMINISTRATION
Страница 12: ...xii ...
Страница 20: ......
Страница 30: ...12 ...
Страница 32: ...14 ...
Страница 82: ...64 ...
Страница 106: ...88 ...
Страница 122: ...104 ...
Страница 124: ...106 ...
Страница 126: ......
Страница 132: ...114 ...
Страница 168: ...150 ...
Страница 182: ...164 ...
Страница 192: ...174 ...
Страница 194: ......
Страница 236: ...218 ...
Страница 238: ...220 ...
Страница 270: ......
Страница 274: ...256 ...
Страница 278: ...260 ...
Страница 292: ...274 ...
Страница 294: ......
Страница 300: ...282 ...
Страница 304: ......
Страница 316: ...298 ...
Страница 357: ...Creating Partitions 339 Figure 32 7 Creating a Software RAID Device 4 Click OK to add the device to the list ...
Страница 370: ...352 ...
Страница 384: ...366 ...
Страница 385: ...Part VII Appendix ...
Страница 386: ......