You don't until EJB 2.0. (assuming that you're talking about 'class'
method types of things)

You can work around this in EJB 1.1 by either putting those methods in a
session bean, or by putting them in the Remote interface (which leaves you
with the problem of "So if i'm going to effect all instances, which one do
I ask for?")

I'd probably go for the session bean.

On Tue, 3 Oct 2000, ZZ-Coz wrote:

> How do I add methods to the HomeInterface that apply to all instances... 
> 
> thx markus
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 

-- 
Dan Christopherson (danch) 
nVisia Technical Architect (www.nvisia.com)




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to