Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class BasicService

java.lang.Object
  extended by oracle.ldap.util.LDAPEntry
      extended by oracle.ldap.util.BasicService

All Implemented Interfaces:
java.io.Serializable

public abstract class BasicService
extends LDAPEntry
See Also:
Serialized Form

Field Summary
static java.lang.String SERVICETYPE_ALL
          Constant to obtain services of all types.
static java.lang.String SERVICETYPE_CALENDAR
          Constant for calendar service type
static java.lang.String SERVICETYPE_EMAIL
          Constant for email service type
static java.lang.String SERVICETYPE_FILES
          Constant for files service type
static java.lang.String SERVICETYPE_IMEETING
          Constant for iMeeting service type
static java.lang.String SERVICETYPE_OEM
          Constant for oem service type
static java.lang.String SERVICETYPE_PORTAL
          Constant for portal service type
static java.lang.String SERVICETYPE_ULTRASEARCH
          Constant for ultrasearch service type
static java.lang.String SERVICETYPE_VOICEMAILFAX
          Constant for VoicemailFax service type
static java.lang.String SERVICETYPE_WIRELESS
          Constant for wireless service type
static int SRVCENTITY_COMPONENT
           
static int SRVCENTITY_SERVICE
           
static int SRVCENTITY_SUITE
           
static int SRVCENTITY_VIRTUAL
           

 

Fields inherited from class oracle.ldap.util.LDAPEntry
entryDN, entryIdType, entryPsc, inEntryId, resBundle, validated

 

Constructor Summary
BasicService(javax.naming.directory.DirContext ctx, java.lang.String inputDN)
           
BasicService(javax.naming.directory.DirContext ctx, java.lang.String inputDN, PropertySet ps)
           

 

Method Summary

 

Methods inherited from class oracle.ldap.util.LDAPEntry
getDN, getProperties, resolve, setProperties

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

SERVICETYPE_ALL

public static final java.lang.String SERVICETYPE_ALL
Constant to obtain services of all types.
See Also:
Constant Field Values

SERVICETYPE_EMAIL

public static final java.lang.String SERVICETYPE_EMAIL
Constant for email service type
See Also:
Constant Field Values

SERVICETYPE_PORTAL

public static final java.lang.String SERVICETYPE_PORTAL
Constant for portal service type
See Also:
Constant Field Values

SERVICETYPE_WIRELESS

public static final java.lang.String SERVICETYPE_WIRELESS
Constant for wireless service type
See Also:
Constant Field Values

SERVICETYPE_FILES

public static final java.lang.String SERVICETYPE_FILES
Constant for files service type
See Also:
Constant Field Values

SERVICETYPE_VOICEMAILFAX

public static final java.lang.String SERVICETYPE_VOICEMAILFAX
Constant for VoicemailFax service type
See Also:
Constant Field Values

SERVICETYPE_CALENDAR

public static final java.lang.String SERVICETYPE_CALENDAR
Constant for calendar service type
See Also:
Constant Field Values

SERVICETYPE_IMEETING

public static final java.lang.String SERVICETYPE_IMEETING
Constant for iMeeting service type
See Also:
Constant Field Values

SERVICETYPE_ULTRASEARCH

public static final java.lang.String SERVICETYPE_ULTRASEARCH
Constant for ultrasearch service type
See Also:
Constant Field Values

SERVICETYPE_OEM

public static final java.lang.String SERVICETYPE_OEM
Constant for oem service type
See Also:
Constant Field Values

SRVCENTITY_SUITE

public static final int SRVCENTITY_SUITE
See Also:
Constant Field Values

SRVCENTITY_COMPONENT

public static final int SRVCENTITY_COMPONENT
See Also:
Constant Field Values

SRVCENTITY_VIRTUAL

public static final int SRVCENTITY_VIRTUAL
See Also:
Constant Field Values

SRVCENTITY_SERVICE

public static final int SRVCENTITY_SERVICE
See Also:
Constant Field Values

Constructor Detail

BasicService

public BasicService(javax.naming.directory.DirContext ctx,
                    java.lang.String inputDN)

BasicService

public BasicService(javax.naming.directory.DirContext ctx,
                    java.lang.String inputDN,
                    PropertySet ps)

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.