Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Balking pattern

The Balking pattern is a design pattern (computer science) that only executes an action on an object (computer science) when the object is in a particular state. For example, if an object reads ZIP file format 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 programming language, an IllegalStateException could be thrown.

==See also== *Read and write lock pattern *Guarded suspension