A Domain model is a conceptual model of the problem domain. By "java domain model" they just mean the java classes representing that model. There's nothing specific to java in the concept.
See also Domain Driven Design for an approach to focusing your development on the business domain needs.