gldapo.schema
Class GldapoContextMapper

java.lang.Object
  extended by gldapo.schema.GldapoContextMapper
All Implemented Interfaces:
ContextMapper

public class GldapoContextMapper
extends Object
implements ContextMapper


Constructor Summary
GldapoContextMapper()
           
 
Method Summary
 GldapoDirectory getDirectory()
           
 MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 GldapoSchemaRegistration getSchemaRegistration()
           
 Object invokeMethod(String name, Object args)
           
 Object mapFromContext(Object context)
           
 void setDirectory(GldapoDirectory value)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void setSchemaRegistration(GldapoSchemaRegistration value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GldapoContextMapper

public GldapoContextMapper()
Method Detail

getSchemaRegistration

public GldapoSchemaRegistration getSchemaRegistration()

setSchemaRegistration

public void setSchemaRegistration(GldapoSchemaRegistration value)

getDirectory

public GldapoDirectory getDirectory()

setDirectory

public void setDirectory(GldapoDirectory value)

mapFromContext

public Object mapFromContext(Object context)
Specified by:
mapFromContext in interface ContextMapper

getMetaClass

public MetaClass getMetaClass()

setMetaClass

public void setMetaClass(MetaClass metaClass)

invokeMethod

public Object invokeMethod(String name,
                           Object args)

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)


Copyright © 2007-2010 Codehaus. All Rights Reserved.