webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

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

Uses of BrokerDate in COM.activesw.api.client
 

Fields in COM.activesw.api.client declared as BrokerDate
 BrokerDate BrokerSSLCertificate.begin_date
           
 BrokerDate BrokerClientSession.connect_time
          The connect time for the socket between the client application and the broker.
 BrokerDate BrokerClientSession.create_time
          The client session create time.
 BrokerDate BrokerSSLCertificate.end_date
           
 BrokerDate BrokerClientSession.last_activity_time
          The client last activity time.
 BrokerDate BrokerClientInfo.lock_created
          Time when the lock was acquired
 BrokerDate BrokerChangeLockInfo.lock_time
          The time at which the Broker Change Lock was acquired by a different client.
 BrokerDate BrokerServerLogEntry.time_stamp
          The date of this entry in the server log.
 

Methods in COM.activesw.api.client that return BrokerDate
 BrokerDate BrokerEvent.getDateField(java.lang.String field_name)
          Get the value of a date field.
 BrokerDate[] BrokerEvent.getDateSeqField(java.lang.String field_name, int offset, int max_n)
          Get the value of a date sequence field.
 BrokerDate BrokerAllQueueStat.getLastConnectTime()
           
 BrokerDate BrokerAllQueueStat.getLastEventQueueTime()
           
 BrokerDate BrokerAllQueueStat.getLastEventRetrieveTime()
           
static BrokerDate BrokerDate.parseDate(java.lang.String date_string)
          Create a BrokerDate from a date string using a date or date/time formatter for the US English locale.
static BrokerDate BrokerDate.parseDate(java.lang.String date_string, boolean normalize_time)
          Create a BrokerDate from a date string using a date or date/time formatter for the US English locale.
static BrokerDate BrokerDate.parseDate(java.lang.String date_string, java.util.Locale locale)
          Create a BrokerDate from a date string using a date or date/time formatter for the specified locale.
static BrokerDate BrokerDate.parseDate(java.lang.String date_string, java.util.Locale locale, boolean normalize_time)
          Create a BrokerDate from a date string using a date or date/time formatter for the specified locale.
static BrokerDate BrokerDate.parseLocalizedDate(java.lang.String date_string)
          Create a BrokerDate from a date string using a date or date/time formatter for the default locale.
static BrokerDate BrokerDate.parseLocalizedDate(java.lang.String date_string, boolean normalize_time)
          Create a BrokerDate from a date string using a date or date/time formatter for the default locale.
 

Methods in COM.activesw.api.client with parameters of type BrokerDate
 int BrokerDate.compareTo(BrokerDate d)
          Compares to the given date.
 boolean BrokerDate.equals(BrokerDate d)
          True if the date is equal to this one.
 BrokerServerLogEntry[] BrokerServerClient.getServerLogEntries(BrokerDate first_entry, java.lang.String locale, int num_entries)
           
 BrokerServerLogEntry[] BrokerMonitorClient.getServerLogEntries(int base_port, BrokerDate first_entry, java.lang.String locale, int num_entries)
          Get a set of server log entries, for the server listening on the given base port number.
 void BrokerMonitorClient.pruneMonitorLog(int base_port, BrokerDate older_than)
          Delete entries from the Broker Monitor's log.
 void BrokerServerClient.pruneServerLog(BrokerDate older_than)
          Delete entries from the server log.
 void BrokerEvent.setDateField(java.lang.String field_name, BrokerDate value)
          Sets the value of a date field.
 void BrokerEvent.setDateSeqField(java.lang.String field_name, int src_offset, int dest_offset, int n, BrokerDate[] value)
          Sets the value of a subrange of a date sequence field.
 

Constructors in COM.activesw.api.client with parameters of type BrokerDate
BrokerChangeLockInfo(boolean new_acquired, java.lang.String new_client_id, int new_session_id, BrokerDate new_lock_time)
          Create and initialize.
BrokerClientSession(int new_session_id, int new_connection_id, int new_ip_address, int new_port, java.lang.String new_encrypt_protocol, java.lang.String new_encrypt_version, int new_encrypt_level, java.lang.String new_auth_protocol, java.lang.String new_auth_version, BrokerSSLCertificate new_ssl_certificate, BrokerDate new_connect_time, BrokerDate new_create_time, BrokerDate new_last_activity_time)
          Create an entry with values set.
BrokerClientSession(int new_session_id, int new_connection_id, int new_ip_address, int new_port, java.lang.String new_encrypt_protocol, java.lang.String new_encrypt_version, int new_encrypt_level, java.lang.String new_auth_protocol, java.lang.String new_auth_version, BrokerSSLCertificate new_ssl_certificate, BrokerDate new_connect_time, BrokerDate new_create_time, BrokerDate new_last_activity_time, java.lang.String new_ip_address_string)
          Create an entry with values set including IP Address as Strings.
BrokerDate(BrokerDate date)
          Copy constructor.
BrokerSSLCertificate(java.lang.String new_distinguished_name, java.lang.String new_issuer_distinguished_name, java.lang.String new_status, java.lang.String new_serial_number, BrokerDate new_begin_date, BrokerDate new_end_date)
          Create a certificate description.
 


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.