BIGpedia.com - Balking pattern - Encyclopedia and Dictionary Online
encyclopedia search

Balking pattern

The Balking pattern is a software design pattern that only executes an action on an object when the object is in a particular state. For example, if an object reads ZIP files and a calling method invokes a get method on the object when the ZIP file is not open, the object would "balk" at the request. In Java, an "IllegalStateException" could be thrown.

See also: Read and write lock pattern, Guarded suspension pattern



The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License.
How to see transparent copy

01-04-2007 01:21:04