Modifier and Type | Field and Description |
---|---|
BrokerAdminTypeDef |
BrokerCompleteEventType.type_def |
Modifier and Type | Method and Description |
---|---|
BrokerAdminTypeDef |
BrokerAdminClient.getEventAdminTypeDef(java.lang.String event_type_name)
Get the specified event type's definition.
|
BrokerAdminTypeDef[] |
BrokerAdminClient.getEventAdminTypeDefs(java.lang.String[] event_type_names)
Get the definitions for the requested event types.
|
BrokerAdminTypeDef[] |
BrokerAdminClient.getEventAdminTypeDefsByScope(java.lang.String scope_name)
Get the definitions for the event types within the named scope.
|
BrokerAdminTypeDef |
BrokerAdminTypeDef.getFieldDef(java.lang.String field_name)
Get the type of a field as a BrokerAdminTypeDef.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerAdminTypeDef.insertFieldDef(java.lang.String field_name,
int index,
BrokerAdminTypeDef field_def)
Insert the a field using a BrokerAdminTypeDef.
|
void |
BrokerAdminClient.setEventAdminTypeDef(BrokerAdminTypeDef type_def)
Set the specified event type's definition.
|
void |
BrokerAdminClient.setEventAdminTypeDefs(BrokerAdminTypeDef[] type_defs)
Set the specified event type definitions.
|
void |
BrokerAdminTypeDef.setFieldDef(java.lang.String field_name,
BrokerAdminTypeDef field_def)
Set the type of a field.
|
Constructor and Description |
---|
BrokerAdminTypeDef(BrokerAdminTypeDef type_def)
Copy constructor.
|
BrokerCompleteEventType(BrokerAdminTypeDef type_def)
Constructor.
|
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.