Jini in a nutshell: a desktop quick reference
Gespeichert in:
Beteiligte Personen: | , |
---|---|
Format: | Buch |
Sprache: | Englisch |
Veröffentlicht: |
Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol ; Taip
O'Reilly
2000
|
Ausgabe: | 1. ed. |
Schriftenreihe: | The Java series
|
Schlagwörter: | |
Links: | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008969534&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Umfang: | XIII, 400 S. Ill. : 23 cm |
ISBN: | 1565927591 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV013165010 | ||
003 | DE-604 | ||
005 | 20001212 | ||
007 | t| | ||
008 | 000516s2000 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 958955301 |2 DE-101 | |
020 | |a 1565927591 |c kart. : DM 60.00, $ 29.95 |9 1-56592-759-1 | ||
035 | |a (OCoLC)247561590 | ||
035 | |a (DE-599)BVBBV013165010 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-Aug4 |a DE-634 | ||
050 | 0 | |a QA76.9.C55 | |
082 | 0 | |a 004/.36 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Oaks, Scott |e Verfasser |4 aut | |
245 | 1 | 0 | |a Jini in a nutshell |b a desktop quick reference |c Scott Oaks & Henry Wong. [Ed.: Mike Loukides] |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol ; Taip |b O'Reilly |c 2000 | |
300 | |a XIII, 400 S. |b Ill. : 23 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The Java series | |
650 | 4 | |a Jini 1.0 | |
650 | 4 | |a Jini 1.0 - Befehlsvorrat - Verzeichnis | |
650 | 4 | |a Jini 1.1 | |
650 | 4 | |a Jini 1.1 - Befehlsvorrat - Verzeichnis | |
650 | 4 | |a Client/server computing | |
650 | 4 | |a Computer interfaces | |
650 | 4 | |a Embedded computer systems |x Programming | |
650 | 0 | 7 | |a Befehlsvorrat |0 (DE-588)4129931-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Jini 1.0 |0 (DE-588)4574304-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Jini 1.1 |0 (DE-588)4574301-0 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4188171-0 |a Verzeichnis |2 gnd-content | |
689 | 0 | 0 | |a Jini 1.0 |0 (DE-588)4574304-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Jini 1.1 |0 (DE-588)4574301-0 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a Jini 1.0 |0 (DE-588)4574304-6 |D s |
689 | 2 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 2 | |5 DE-604 | |
689 | 3 | 0 | |a Jini 1.1 |0 (DE-588)4574301-0 |D s |
689 | 3 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 3 | |5 DE-604 | |
700 | 1 | |a Wong, Henry |e Verfasser |4 aut | |
856 | 4 | 2 | |m HEBIS Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008969534&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-008969534 |
Datensatz im Suchindex
_version_ | 1819245989003788288 |
---|---|
adam_text | JINI
IN A NUTSHELL
A Desktop Quick Reference
Scott Oaks amp; Henry Wong
O REILLY
Beijing • Cambridge • Farnbam • Koln • Paris • Sebastopol • Taipei • Tokyo
Table of Contents
Preface ix
Parti: Introducing Jini
Chapter 1—Introduction to Jini 3
What Is Jini? 4
Jini Technology 6
Jini and RMI 12
Jini Prerequisites 15
The Jini Community Process 15
The Sun Community Source License 16
Summary 17
Chapter 2—Getting Started with Jini 18
Downloading Jini 18
Setting Up Your Environment 21
Starting Jini Services 22
Using the Start Services GUI Tool 29
Chapter 3—Remote Method Invocation 35
Object Serialization 36
A Simple RMI Example 40
Transporting Code 45
Activation 49
Proxying RMI Services 54
Summary 56
Chapter 4—Basic Jini Programming 57
The Jini Lookup Service 57
A Simple Service and Client 59
Leasing and the Lookup Service 67
Lookup and Discovery Support Classes 71
Attributes and the Entry Interface 77
Other Service Implementations 82
Summary 85
Chapter5—Leasing 86
The Service Interfaces 88
The Service Implementation 89
The Client Implementation 96
Lease Policies 97
Summary 101
Chapter 6—Remote Events 102
A Remote Event Example 103
Remote Events and the Jini Lookup Service I l l
Summary 116
Chapter 7—Service Administration 117
Administration APIs 117
Providing a Custom Administration Interface 124
Summary 127
Chapter 8—Miscellaneous Classes 128
Collections 129
Thread Utilities 130
Parsing Command Lines 141
Summary 142
Chapter 9—Transactions 143
Overview of Transactions 143
The Client-Side Transaction APIs 145
vi
The Jini Transaction Framework 147
Summary 154
Chapter 10—The JavaSpaces Service 155
The JavaSpaces API 156
A JavaSpaces Example 159
Embedding JavaSpaces in Services 163
Summary 167
Chapter 11—Helper Services 168
The Lookup Discovery Service 169
The Lease Renewal Service 171
The Event Mailbox Service 173
An Activatable Service Example 174
A Detachable Client 190
Summary 195
Chapter 12—Security in Jini 196
Sample Policy Files 197
Jini Policy Files 198
Jini Security Classes 200
Summary 200
Part II: Quick Reference
How To Use This Quick Reference 203
Chapter 13—Service Reference 212
fiddler 212
mahalo 215
mercury 217
norm 219
outrigger 221
reggie 224
Chapter 14—The com sun Jini Packages 227
vii
Chapter 15—The net Jini core Package 265
Chapter 16—The net jini Packages 291
Chapter 17—The java Packages 326
Chapter 18—Class, Method, and Field Index 366
Index 377
via
|
any_adam_object | 1 |
author | Oaks, Scott Wong, Henry |
author_facet | Oaks, Scott Wong, Henry |
author_role | aut aut |
author_sort | Oaks, Scott |
author_variant | s o so h w hw |
building | Verbundindex |
bvnumber | BV013165010 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.C55 |
callnumber-search | QA76.9.C55 |
callnumber-sort | QA 276.9 C55 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)247561590 (DE-599)BVBBV013165010 |
dewey-full | 004/.36 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004/.36 |
dewey-search | 004/.36 |
dewey-sort | 14 236 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02253nam a2200613 c 4500</leader><controlfield tag="001">BV013165010</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20001212 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">000516s2000 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">958955301</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1565927591</subfield><subfield code="c">kart. : DM 60.00, $ 29.95</subfield><subfield code="9">1-56592-759-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)247561590</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013165010</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-634</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.C55</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004/.36</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Oaks, Scott</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Jini in a nutshell</subfield><subfield code="b">a desktop quick reference</subfield><subfield code="c">Scott Oaks & Henry Wong. [Ed.: Mike Loukides]</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol ; Taip</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2000</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 400 S.</subfield><subfield code="b">Ill. : 23 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">The Java series</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Jini 1.0</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Jini 1.0 - Befehlsvorrat - Verzeichnis</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Jini 1.1</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Jini 1.1 - Befehlsvorrat - Verzeichnis</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Client/server computing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer interfaces</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Embedded computer systems</subfield><subfield code="x">Programming</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Jini 1.0</subfield><subfield code="0">(DE-588)4574304-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Jini 1.1</subfield><subfield code="0">(DE-588)4574301-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4188171-0</subfield><subfield code="a">Verzeichnis</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Jini 1.0</subfield><subfield code="0">(DE-588)4574304-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Jini 1.1</subfield><subfield code="0">(DE-588)4574301-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Jini 1.0</subfield><subfield code="0">(DE-588)4574304-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="3" ind2="0"><subfield code="a">Jini 1.1</subfield><subfield code="0">(DE-588)4574301-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Wong, Henry</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HEBIS Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008969534&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008969534</subfield></datafield></record></collection> |
genre | (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV013165010 |
illustrated | Illustrated |
indexdate | 2024-12-20T10:42:19Z |
institution | BVB |
isbn | 1565927591 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008969534 |
oclc_num | 247561590 |
open_access_boolean | |
owner | DE-Aug4 DE-634 |
owner_facet | DE-Aug4 DE-634 |
physical | XIII, 400 S. Ill. : 23 cm |
publishDate | 2000 |
publishDateSearch | 2000 |
publishDateSort | 2000 |
publisher | O'Reilly |
record_format | marc |
series2 | The Java series |
spellingShingle | Oaks, Scott Wong, Henry Jini in a nutshell a desktop quick reference Jini 1.0 Jini 1.0 - Befehlsvorrat - Verzeichnis Jini 1.1 Jini 1.1 - Befehlsvorrat - Verzeichnis Client/server computing Computer interfaces Embedded computer systems Programming Befehlsvorrat (DE-588)4129931-0 gnd Jini 1.0 (DE-588)4574304-6 gnd Jini 1.1 (DE-588)4574301-0 gnd |
subject_GND | (DE-588)4129931-0 (DE-588)4574304-6 (DE-588)4574301-0 (DE-588)4188171-0 |
title | Jini in a nutshell a desktop quick reference |
title_auth | Jini in a nutshell a desktop quick reference |
title_exact_search | Jini in a nutshell a desktop quick reference |
title_full | Jini in a nutshell a desktop quick reference Scott Oaks & Henry Wong. [Ed.: Mike Loukides] |
title_fullStr | Jini in a nutshell a desktop quick reference Scott Oaks & Henry Wong. [Ed.: Mike Loukides] |
title_full_unstemmed | Jini in a nutshell a desktop quick reference Scott Oaks & Henry Wong. [Ed.: Mike Loukides] |
title_short | Jini in a nutshell |
title_sort | jini in a nutshell a desktop quick reference |
title_sub | a desktop quick reference |
topic | Jini 1.0 Jini 1.0 - Befehlsvorrat - Verzeichnis Jini 1.1 Jini 1.1 - Befehlsvorrat - Verzeichnis Client/server computing Computer interfaces Embedded computer systems Programming Befehlsvorrat (DE-588)4129931-0 gnd Jini 1.0 (DE-588)4574304-6 gnd Jini 1.1 (DE-588)4574301-0 gnd |
topic_facet | Jini 1.0 Jini 1.0 - Befehlsvorrat - Verzeichnis Jini 1.1 Jini 1.1 - Befehlsvorrat - Verzeichnis Client/server computing Computer interfaces Embedded computer systems Programming Befehlsvorrat Verzeichnis |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008969534&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT oaksscott jiniinanutshelladesktopquickreference AT wonghenry jiniinanutshelladesktopquickreference |