Parameters: context - A subcontext named for the on.getDomain()(Assumption is that caller already setup this subcontext). Parameters: on - The ObjectName we're to base our bind name on.
getCompoundName(ObjectName on) Return name to use as jndi name.
Used to do a subset of the ObjectName fields but not just
let all through so its easy to just use the jndi name to
find mbean.
Parameters: on - ObjectName instance to work with.
Parameters: context - A subcontext named for the on.getDomain()(Assumption is that caller already setup this subcontext). Parameters: on - The ObjectName we're to base our bind name on. Returns key we used binding this ObjectName. throws: NamingException - throws: NullPointerException -
Return name to use as jndi name.
Used to do a subset of the ObjectName fields but not just
let all through so its easy to just use the jndi name to
find mbean.
Parameters: on - ObjectName instance to work with. Returns a compound name to use as jndi key. throws: NullPointerException - throws: InvalidNameException -