Searched refs:child (Results 1 - 25 of 862) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java62 * A test child add listener.
67 // The child configuration that was added.
68 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
91 * Gets the child configuration checking that it has the expected
95 * The child's expected name.
96 * @return Returns the child configuration.
99 Assert.assertNotNull(child);
100 Assert.assertEquals(child.dn().getRDN().getAttributeValue(0)
102 return child;
112 child
127 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
760 assertChild1(TestChildCfg child) argument
774 assertChild2(TestChildCfg child) argument
788 assertChild3(TestChildCfg child) argument
802 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java61 * A test child add listener.
66 // The child configuration that was added.
67 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
90 * Gets the child configuration checking that it has the expected
94 * The child's expected name.
95 * @return Returns the child configuration.
98 Assert.assertNotNull(child);
99 Assert.assertEquals(child.dn().getRDN().getAttributeValue(0)
101 return child;
111 child
126 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
759 assertChild1(TestChildCfg child) argument
773 assertChild2(TestChildCfg child) argument
787 assertChild3(TestChildCfg child) argument
801 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java62 * A test child add listener.
67 // The child configuration that was added.
68 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
91 * Gets the child configuration checking that it has the expected
95 * The child's expected name.
96 * @return Returns the child configuration.
99 Assert.assertNotNull(child);
100 Assert.assertEquals(child.dn().getRDN().getAttributeValue(0)
102 return child;
112 child
127 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
760 assertChild1(TestChildCfg child) argument
774 assertChild2(TestChildCfg child) argument
788 assertChild3(TestChildCfg child) argument
802 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java61 * A test child add listener.
66 // The child configuration that was added.
67 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
90 * Gets the child configuration checking that it has the expected
94 * The child's expected name.
95 * @return Returns the child configuration.
98 Assert.assertNotNull(child);
99 Assert.assertEquals(child.dn().getRDN().getAttributeValue(0)
101 return child;
111 child
126 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
759 assertChild1(TestChildCfg child) argument
773 assertChild2(TestChildCfg child) argument
787 assertChild3(TestChildCfg child) argument
801 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java62 * A test child add listener.
67 // The child configuration that was added.
68 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
91 * Gets the child configuration checking that it has the expected
95 * The child's expected name.
96 * @return Returns the child configuration.
99 Assert.assertNotNull(child);
100 Assert.assertEquals(child.dn().getRDN().getAttributeValue(0)
102 return child;
112 child
127 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
760 assertChild1(TestChildCfg child) argument
774 assertChild2(TestChildCfg child) argument
788 assertChild3(TestChildCfg child) argument
802 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java57 * A test child add listener.
62 /** The child configuration that was added. */
63 private TestChildCfg child; field in class:DefaultBehaviorTest.AddListener
84 * Gets the child configuration checking that it has the expected
88 * The child's expected name.
89 * @return Returns the child configuration.
92 Assert.assertNotNull(child);
93 Assert.assertEquals(child.dn().rdn().getAttributeValue(0).toString(), expectedName);
94 return child;
102 child
117 private TestChildCfg child; field in class:DefaultBehaviorTest.ChangeListener
744 assertChild1(TestChildCfg child) argument
758 assertChild2(TestChildCfg child) argument
772 assertChild3(TestChildCfg child) argument
786 assertChild4(TestChildCfg child) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
84 child.close();
112 return child.isOpen();
130 return child
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
84 child.close();
112 return child.isOpen();
130 return child
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
82 child.close();
108 return child.isOpen();
124 return child
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java47 * see when a specified child entry has been added. When the child
63 private final DN child; field in class:DelayedConfigAddListener
80 * @param child
87 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
88 this.parent = child.getParent();
89 this.child = child;
100 * @param child
107 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java47 * see when a specified child entry has been added. When the child
63 private final DN child; field in class:DelayedConfigAddListener
80 * @param child
87 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
88 this.parent = child.getParent();
89 this.child = child;
100 * @param child
107 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java42 * see when a specified child entry has been added. When the child
56 private final DN child; field in class:DelayedConfigAddListener
76 * @param child
83 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
84 this.parent = child.parent();
85 this.child = child;
96 * @param child
103 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DDelayedConfigAddListener.java40 * specified child entry has been added. When the child entry is added the add
54 private final DN child; field in class:DelayedConfigAddListener
74 * @param child
83 public DelayedConfigAddListener(DN child, ConfigAddListener addListener, ConfigurationRepository configRepository) { argument
84 this.parent = child.parent();
85 this.child = child;
95 * @param child
104 public DelayedConfigAddListener(DN child, ConfigDeleteListene argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DManagedObjectPathTest.java163 * Tests singleton child creation.
168 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
169 .child(RootCfgDefn.getInstance()
172 assertFalse(child.isEmpty());
173 assertEquals(child.size(), 1);
174 assertEquals(child.parent(), path);
175 assertNull(child.getName());
176 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
178 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
180 assertEquals(child
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DManagedObjectPathTest.java162 * Tests singleton child creation.
167 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
168 .child(RootCfgDefn.getInstance()
171 assertFalse(child.isEmpty());
172 assertEquals(child.size(), 1);
173 assertEquals(child.parent(), path);
174 assertNull(child.getName());
175 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
177 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
179 assertEquals(child
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DManagedObjectPathTest.java163 * Tests singleton child creation.
168 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
169 .child(RootCfgDefn.getInstance()
172 assertFalse(child.isEmpty());
173 assertEquals(child.size(), 1);
174 assertEquals(child.parent(), path);
175 assertNull(child.getName());
176 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
178 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
180 assertEquals(child
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DManagedObjectPathTest.java162 * Tests singleton child creation.
167 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
168 .child(RootCfgDefn.getInstance()
171 assertFalse(child.isEmpty());
172 assertEquals(child.size(), 1);
173 assertEquals(child.parent(), path);
174 assertNull(child.getName());
175 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
177 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
179 assertEquals(child
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DManagedObjectPathTest.java163 * Tests singleton child creation.
168 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
169 .child(RootCfgDefn.getInstance()
172 assertFalse(child.isEmpty());
173 assertEquals(child.size(), 1);
174 assertEquals(child.parent(), path);
175 assertNull(child.getName());
176 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
178 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
180 assertEquals(child
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DManagedObjectPathTest.java159 * Tests singleton child creation.
164 ManagedObjectPath<GlobalCfgClient, GlobalCfg> child = path
165 .child(RootCfgDefn.getInstance()
168 assertFalse(child.isEmpty());
169 assertEquals(child.size(), 1);
170 assertEquals(child.parent(), path);
171 assertNull(child.getName());
172 assertEquals(child.getManagedObjectDefinition(), GlobalCfgDefn
174 assertEquals(child.getRelationDefinition(), RootCfgDefn.getInstance()
176 assertEquals(child
[all...]

Completed in 36 milliseconds

1234567891011>>