webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

Uses of Class
COM.activesw.api.client.BrokerAdminTypeDef

Uses of BrokerAdminTypeDef in COM.activesw.api.client
 

Fields in COM.activesw.api.client declared as BrokerAdminTypeDef
 BrokerAdminTypeDef BrokerCompleteEventType.type_def
           
 

Methods in COM.activesw.api.client that return BrokerAdminTypeDef
 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.
 

Methods in COM.activesw.api.client with parameters of type BrokerAdminTypeDef
 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.
 

Constructors in COM.activesw.api.client with parameters of type BrokerAdminTypeDef
BrokerAdminTypeDef(BrokerAdminTypeDef type_def)
          Copy constructor.
BrokerCompleteEventType(BrokerAdminTypeDef type_def)
          Constructor.
 


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.