ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMQI 2.1 Java plugin

Post new topic  Reply to topic
 WMQI 2.1 Java plugin « View previous topic :: View next topic » 
Author Message
shcherb
PostPosted: Tue Jan 08, 2002 10:11 am    Post subject: Reply with quote

Apprentice

Joined: 12 Sep 2001
Posts: 34

Hi All,
According to documentation:
"...Attributes, or properties, are defined by defining a get and a set method for each
property. You must use the standard JavaBean naming convention. Only string attributes can be defined. Retrieved attributes come from the properties specified for the node in the Control Center."
Can I call getXXX (where XXX is a name of particular attribute) methods in the default constructor of my Java plugin class ?
Thanks,
Vladimir


Back to top
View user's profile Send private message Send e-mail
bmccarty
PostPosted: Wed Jan 09, 2002 2:50 pm    Post subject: Reply with quote

Apprentice

Joined: 18 Dec 2001
Posts: 43

yep that's how you do it...

public String getMyName()
{
return _myName;
}
public void setMyName(String myName)
{
_myName =myName;
}
Back to top
View user's profile Send private message AIM Address MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMQI 2.1 Java plugin
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.