|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Interface
An definition of the input, output, and return parameters as well as exception information about an operation. Note that a single interface can contain the definitions for a set of operations.
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
Document[] |
getDefiningDocs()
The documents that contain the definition of this interface |
boolean |
getExternal()
Whether the interface is externally advertised (scope of whether something is internal or external is defined by the interface itself) |
java.lang.String |
getInterfaceName()
The name of the interface (should be globally unique). |
java.lang.String |
getNamespace()
The XML namespace used in the definition of this interface |
Operation[] |
getOperations()
The operations contained in this interface |
boolean |
hasDefiningDocs()
|
boolean |
hasExternal()
|
boolean |
hasInterfaceName()
|
boolean |
hasNamespace()
|
boolean |
hasOperations()
|
void |
setDefiningDocs(Document[] docs)
|
void |
setExternal(boolean val)
|
void |
setInterfaceName(java.lang.String name)
|
void |
setNamespace(java.lang.String name)
|
void |
setOperations(Operation[] name)
|
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
java.lang.String getInterfaceName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setInterfaceName(java.lang.String name)
boolean hasInterfaceName()
boolean getExternal()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setExternal(boolean val)
boolean hasExternal()
Operation[] getOperations()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOperations(Operation[] name)
boolean hasOperations()
Document[] getDefiningDocs()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDefiningDocs(Document[] docs)
boolean hasDefiningDocs()
java.lang.String getNamespace()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNamespace(java.lang.String name)
boolean hasNamespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||