public class JbiNameInfo extends Object implements JbiNameInfo
| Constructor and Description |
|---|
JbiNameInfo(String aServiceName)
Constructs a
JbiNameInfo. |
JbiNameInfo(String aComponentName,
boolean isBinding)
Constructs a
JbiNameInfo. |
JbiNameInfo(String aComponentName,
String aComponentAlias,
boolean isBinding)
Constructs a
JbiNameInfo. |
| Modifier and Type | Method and Description |
|---|---|
String |
altName()
Return the alternative name of a JBI Framework installed component.
|
boolean |
isBinding()
True iff this object identifies an SE.
|
boolean |
isEngine()
True iff this object identifies an SE.
|
boolean |
isSystemService()
True iff this object identifies a JBI Framework System Service.
|
String |
name()
Return the name of the JBI Framework Service or Installed component.
|
public JbiNameInfo(String aServiceName)
JbiNameInfo.
This version of the constructor creates a schemaorg_apache_xmlbeans.system service name object.public JbiNameInfo(String aComponentName, boolean isBinding)
JbiNameInfo.
This version of the constructor creates an installed component name object.public String name()
name in interface JbiNameInfopublic String altName()
altName in interface JbiNameInfopublic boolean isEngine()
isEngine in interface JbiNameInfopublic boolean isBinding()
isBinding in interface JbiNameInfopublic boolean isSystemService()
isSystemService in interface JbiNameInfoCopyright © 2011-2016 OpenESB Community. All Rights Reserved.