Skip navigation links

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

E10664-01


oracle.ldap.util
Class ServiceEntity

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentInstance, ServiceSuite, VirtualService

public abstract class ServiceEntity
extends LDAPEntry
See Also:
Serialized Form

Field Summary
static java.lang.String ENTITY_TYPE_COMPONENT
          Constant for ComponentInstance type of service entity
static java.lang.String ENTITY_TYPE_SERVICE
          Constant for Service type of service entity
static java.lang.String ENTITY_TYPE_SUITE
          Constant for ServiceSuite type of service entity
static java.lang.String ENTITY_TYPE_VIRTUAL
          Constant for VirtualService type of service entity
static java.lang.String SUITETYPE_OCS
          Constant for ocs suite type
static java.lang.String TYPE_ALL
          Constant to obtain services of all types.
static java.lang.String TYPE_CALENDAR
          Constant for calendar service type
static java.lang.String TYPE_EMAIL
          Constant for email service type
static java.lang.String TYPE_FILES
          Constant for files service type
static java.lang.String TYPE_IMEETING
          Constant for iMeeting service type
static java.lang.String TYPE_PORTAL
          Constant for portal service type
static java.lang.String TYPE_ULTRASEARCH
          Constant for ultrasearch service type
static java.lang.String TYPE_VOICEMAILFAX
          Constant for VoicemailFax service type
static java.lang.String TYPE_WIRELESS
          Constant for wireless service type

 

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

 

Constructor Summary
ServiceEntity(javax.naming.directory.DirContext ctx, java.lang.String inputDN)
           
ServiceEntity(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

TYPE_ALL

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

TYPE_EMAIL

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

TYPE_PORTAL

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

TYPE_WIRELESS

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

TYPE_FILES

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

TYPE_VOICEMAILFAX

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

TYPE_CALENDAR

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

TYPE_IMEETING

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

TYPE_ULTRASEARCH

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

SUITETYPE_OCS

public static final java.lang.String SUITETYPE_OCS
Constant for ocs suite type
See Also:
Constant Field Values

ENTITY_TYPE_SUITE

public static final java.lang.String ENTITY_TYPE_SUITE
Constant for ServiceSuite type of service entity
See Also:
Constant Field Values

ENTITY_TYPE_COMPONENT

public static final java.lang.String ENTITY_TYPE_COMPONENT
Constant for ComponentInstance type of service entity
See Also:
Constant Field Values

ENTITY_TYPE_VIRTUAL

public static final java.lang.String ENTITY_TYPE_VIRTUAL
Constant for VirtualService type of service entity
See Also:
Constant Field Values

ENTITY_TYPE_SERVICE

public static final java.lang.String ENTITY_TYPE_SERVICE
Constant for Service type of service entity
See Also:
Constant Field Values

Constructor Detail

ServiceEntity

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

ServiceEntity

public ServiceEntity(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.