BEA WebLogic Server 7 Instrukcja Obsługi Strona 503

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 502
Mbean Management Command Reference
Administration Guide B-39
DELETE
Deletes a configuration Mbean. Returns OK in stdout when successful. This command
cannot be used for run-time Mbeans.
Note: When you delete Mbeans, configuration objects are also deleted.
For more information about deleting Mbeans, see Developing WebLogic Server
Applications, at
http://e-docs.bea.com/wls/docs61/programming/index.html.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
DELETE {–type mbean_type|–mbean mbean_name}
Example
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 DELETE -mbean
“mydomain:Type=Server,Name=AcctServer”
Arguments Definition
mbean_type
Required. When deleting attributes for multiple objects of the same
type.
mbean_name
Required. Fully qualified name of an Mbean, in the following format:
domain:Type=type,Name=name
Type
specifies a type of object grouping, and Name specifies the
Mbean name.
Przeglądanie stron 502
1 2 ... 498 499 500 501 502 503 504 505 506 507 508 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag