webMethods Admin
Version 7.1.0.0.211 082207

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
 

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 BrokerClientQueueLock.getLockAcquiredTime()
          Dropped.
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.
 COM.activesw.api.client.BrokerServerLogEntry[] BrokerServerClient.getServerLogEntries(BrokerDate first_entry, java.lang.String locale, int num_entries)
           
 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
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.
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 Admin
Version 7.1.0.0.211 082207

webMethods Broker is a registered trademark of webMethods, Inc.
Copyright 2005 webMethods, Inc.
All Rights Reserved.