JBoss Application Server: Build 7.1.2.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Resolver
public interface LocalResolver
extends Resolver
A LocalResolver is a Resolver that allows registration of (name, CORBA object) bindings.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
register(String name,
Closure closure)
Register the Closure with the given name.
|
-
Methods inherited from interface org.jboss.com.sun.corba.se.spi.resolver.Resolver
list, resolve
-
-
Method Detail
-
register
void register(String name,
Closure closure)
Register the Closure with the given name. The Closure must evaluate to an org.omg.CORBA.Object.
JBoss Application Server: Build 7.1.2.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.