... sorry, this code appears in the description of CardServiceFactory
implementation in the OCF Programming guide. 

it goes like following:

public class MyCardServiceFactory extends CardServiceFactory {

...

// defines supported services
private static Vector services_ = new Vector();
static {
        services_.addElement(MyCardService.class);
}

...

}

Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.

Reply via email to