VisiBroker for .NET Developer’s Guide : Java built-in type support

Java built-in type support
This chapter describes the Java to .NET mapping for built-in types supported in VisiBroker for .NET.
The following table describes the default Java package to .NET namespace mapping in VisiBroker for .NET.
java.lang
 
 
The following java.lang error and exception types are mapped to the J2EE.Lang namespace using the same type names.
 
 
java.io
The following java.io exception types are mapped to the J2EE.Io namespace using the same type names.
java.math
 
java.net
 
The following java.net exception types are mapped to the J2EE.Net namespace using the same type names.
java.rmi
 
The following java.rmi exception types are mapped to the J2EE.Rmi namespace using the same type names.
 
java.sql
 
The following java.sql exception types are mapped to the J2EE.Sql namespace using the same type names.
javax.ejb
 
The following javax.ejb exception types are mapped to the J2EE.Ejb namespace using the same type names.
javax.naming
 
The following javax.naming exception types are mapped to the J2EE.Naming namespace using the same type names.
javax.rmi
 
javax.transaction
The following javax.transaction exception types are mapped to the J2EE.Transaction namespace using the same type names.
java.util
 
java.util.Random1
sun.util.calendar.ZoneInfo2

1
See “Interoperability property” for information on using this type.

2
sun.util.calendar.ZoneInfo is intended to be an internal Sun implementation class, but it shows up in remote procedure calls in certain situations.

 
 
 
 
 
The following java.util exception types are mapped to the J2EE.Util namespace using the same type names.
 
Application server support
The following table describes application server-specific type mappings that are included in VisiBroker for .NET.