ObjectName

From Resin 3.0

Revision as of 03:36, 4 August 2006 by Ferg (Talk | contribs)
Jump to: navigation, search


The [JMX] ObjectName describes the name of a managed object.

 resin:type=WebApp,name=/foo,host=wiki.caucho.com

The ObjectName has two main sections:

  1. A naming domain (e.g. "resin:")
  2. An association list of key,value properties

domain

The domain is used as a namespace to distinguish naming conventions. So "resin" uses the Resin naming conventions. "j2ee" uses J2EE naming conventions.

Resin conventions

Each objects managed by Resin have the following convention:

 resin:type=class-name,name=identifier[,context]
Personal tools