Skip navigation links

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

E10664-01


oracle.ldap.util
Class Service

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

All Implemented Interfaces:
java.io.Serializable

public class Service
extends LDAPEntry

This class represents a Service in the directory.

See Also:
Serialized Form

Field Summary

 

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

 

Constructor Summary
Service(javax.naming.directory.DirContext inctx, java.lang.String inputDN)
          Constructs a Service instance using a DN
Service(javax.naming.directory.DirContext inctx, java.lang.String inputDN, PropertySet ps)
          Constructs a Service instance using a DN

 

Method Summary
 void resolve(javax.naming.directory.DirContext ctx)
          Abstract method - implements validation of the LDAP entry by resolving the DN

 

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

 

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

 

Constructor Detail

Service

public Service(javax.naming.directory.DirContext inctx,
               java.lang.String inputDN)
Constructs a Service instance using a DN
Parameters:
inctx - a valid DirContext
inputDN - the DN of the entry representing the Service

Service

public Service(javax.naming.directory.DirContext inctx,
               java.lang.String inputDN,
               PropertySet ps)
Constructs a Service instance using a DN
Parameters:
inctx - a valid DirContext
inputDN - the DN of the entry representing the Service

Method Detail

resolve

public void resolve(javax.naming.directory.DirContext ctx)
Description copied from class: LDAPEntry
Abstract method - implements validation of the LDAP entry by resolving the DN
Specified by:
resolve in class LDAPEntry

Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.