Uses of Class
org.objectweb.jonathan.apis.binding.ExportException

Packages that use ExportException
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.libs.binding Provides the default domain implementation. 
 

Uses of ExportException in org.objectweb.jonathan.apis.binding
 

Methods in org.objectweb.jonathan.apis.binding that throw ExportException
 Identifier NamingContext.export(java.lang.Object itf, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new identifier for the object interface designated by the itf parameter.
 

Uses of ExportException in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that throw ExportException
 SessionIdentifier ProtocolGraph.export(Session_Low hls)
          Exports a session using the graph represented by the target object.
 

Uses of ExportException in org.objectweb.jonathan.libs.binding
 

Methods in org.objectweb.jonathan.libs.binding that throw ExportException
 void JDomain.export(NamingContext context, int jid)
          Registers the provided context under jid in the target context.