demote : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

demote
To create Dog object using a Dalmatian object as a template. The new Dog object has all the same Dog fields as the original Dalmatian. The original Dalmatian is unmodified.

You might want to demote an object to strip off unnecessary fields for transport or long term storage. You might want to demote it to remove confidential or unnecessary information before handing it off to someone else. You might want to strip off set methods to make the object immutable.

To demote an object in Java, you need copy Dalmatian copy constructor that takes a Dog parameter. Internally it must copy field by field. It might be implemented very slowly with reflection. It might be possible to implement it with JNI (Java Native Interface) that was more aware than usual of the platform specific implementation. If promoting were built into Java, it could be implemented with a block move.


This page is posted
on the web at:

http://mindprod.com/jgloss/demote.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\demote.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.142.197.198]
You are visitor number